diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-26 21:44:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:02:40 +0000 |
commit | 2f597288c141c910b945e63e8b31436984ad536b (patch) | |
tree | 961753f23dceba429b268d554f4cad1fa27dddbd /meta/recipes-extended/man | |
parent | f3487717ae3b7f9256a3e3cc78be331e424ec457 (diff) | |
download | openembedded-core-2f597288c141c910b945e63e8b31436984ad536b.tar.gz openembedded-core-2f597288c141c910b945e63e8b31436984ad536b.tar.bz2 openembedded-core-2f597288c141c910b945e63e8b31436984ad536b.zip |
man: fix QA Packaging issues
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/man')
-rw-r--r-- | 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 d38612be81..c98c920a63 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" |