]> code.ossystems Code Review - openembedded-core.git/commitdiff
man: fix QA Packaging issues
authorSaul Wold <sgw@linux.intel.com>
Wed, 26 Oct 2011 19:44:01 +0000 (21:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Oct 2011 22:02:40 +0000 (22:02 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/man/man_1.6f.bb

index d38612be814657d5dae676a8af30b0481b2a697a..c98c920a63c61dcd23b286a25ac265d4beeca447 100644 (file)
@@ -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"