summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-26 21:44:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-31 22:03:23 +0000
commit8993a66eaa9282cc3d4a27d537d3fa12354bb2b7 (patch)
tree7bf01e0e6105d46fe040c0254c8321a6a6164410 /meta/recipes-extended/man
parent4a5e1041a5d60f3676c5084603b8af32b78ac2db (diff)
downloadpoky-8993a66eaa9282cc3d4a27d537d3fa12354bb2b7.tar.gz
man: fix QA Packaging issues
(From OE-Core rev: 2f597288c141c910b945e63e8b31436984ad536b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man')
-rw-r--r--meta/recipes-extended/man/man_1.6f.bb4
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"
3SECTION = "console/utils" 3SECTION = "console/utils"
4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" 4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6PR = "r0" 6PR = "r1"
7 7
8DEPENDS = "groff less" 8DEPENDS = "groff less"
9 9
@@ -61,4 +61,4 @@ do_install_append(){
61} 61}
62 62
63 63
64FILES_${PN} += "${datadir}/locale" 64FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"