[oe-commits] Saul Wold : man: fix QA Packaging issues

git at git.openembedded.org git at git.openembedded.org
Mon Oct 31 22:08:55 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 2f597288c141c910b945e63e8b31436984ad536b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2f597288c141c910b945e63e8b31436984ad536b

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Oct 26 21:44:01 2011 +0200

man: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/man/man_1.6f.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb
index d38612b..c98c920 100644
--- a/meta/recipes-extended/man/man_1.6f.bb
+++ b/meta/recipes-extended/man/man_1.6f.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A set of documentation tools: man, apropos and whatis"
 SECTION = "console/utils"
 HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
 LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "groff less"
 
@@ -61,4 +61,4 @@ do_install_append(){
 }
 
 
-FILES_${PN} += "${datadir}/locale"
+FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"





More information about the Openembedded-commits mailing list