From patchwork Thu Oct 27 22:06:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,06/18] man: fix QA Packaging issues Date: Thu, 27 Oct 2011 22:06:26 -0000 From: Saul Wold X-Patchwork-Id: 13933 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- 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"