[oe-commits] Filip Zyzniewski : apt: remove references to not-built man pages.

git version control git at git.openembedded.org
Tue Feb 8 14:21:40 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d2e75021ae233d47f6baa93aa9a889524d284ef3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2e75021ae233d47f6baa93aa9a889524d284ef3

Author: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Date:   Mon Feb  7 01:02:18 2011 +0000

apt: remove references to not-built man pages.

Manual pages are not being built because doxygen is currently not
supported by openembedded.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/apt/apt-package.inc |   15 +++------------
 recipes/apt/apt_0.7.20.2.bb |    1 -
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/recipes/apt/apt-package.inc b/recipes/apt/apt-package.inc
index 350bebd..b1a729f 100644
--- a/recipes/apt/apt-package.inc
+++ b/recipes/apt/apt-package.inc
@@ -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
diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb
index e3d4cd7..5c932a5 100644
--- a/recipes/apt/apt_0.7.20.2.bb
+++ b/recipes/apt/apt_0.7.20.2.bb
@@ -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





More information about the Openembedded-commits mailing list