apt: remove references to not-built man pages.
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>
Mon, 7 Feb 2011 01:02:18 +0000 (01:02 +0000)
committerTom Rini <tom_rini@mentor.com>
Tue, 8 Feb 2011 14:20:14 +0000 (07:20 -0700)
Manual pages are not being built because doxygen is currently not
supported by openembedded.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/apt/apt-package.inc
recipes/apt/apt_0.7.20.2.bb

index 350bebd..b1a729f 100644 (file)
@@ -1,10 +1,4 @@
-apt-manpages="doc/apt-cache.8 \
-             doc/apt-cdrom.8 \
-             doc/apt-config.8 \
-             doc/apt-get.8 \
-             doc/apt.8 \
-             doc/apt.conf.5 \
-             doc/apt_preferences.5 \
+apt-manpages="doc/apt.8 \
              doc/fr/apt-cache.fr.8 \
              doc/fr/apt-cdrom.fr.8 \
              doc/fr/apt-config.fr.8 \
@@ -24,11 +18,8 @@ apt-manpages="doc/apt-cache.8 \
              doc/ja/apt-cache.ja.8 \
              doc/ja/apt-cdrom.ja.8 \
              doc/ja/apt-get.ja.8 \
-             doc/ja/apt.conf.ja.5 \
-             doc/sources.list.5"
-apt-utils-manpages="doc/apt-extracttemplates.1 \
-                   doc/apt-sortpkgs.1 \
-                   doc/fr/apt-extracttemplates.fr.1 \
+             doc/ja/apt.conf.ja.5"
+apt-utils-manpages="doc/fr/apt-extracttemplates.fr.1 \
                    doc/fr/apt-sortpkgs.fr.1"
 #                  doc/fr/apt-ftparchive.fr.1
 #                  doc/apt-ftparchive.1
index e3d4cd7..5c932a5 100644 (file)
@@ -12,7 +12,6 @@ PR = "r3"
 require apt-package.inc
 
 FILES_${PN} += "${bindir}/apt-key"
-apt-manpages += "doc/apt-key.8"
 
 do_stage() {
        install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/apt-pkg