[oe-commits] [meta-openembedded] 11/24: debsums: inherit gettext

git at git.openembedded.org git at git.openembedded.org
Wed Sep 13 20:18:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3fc777e0d2b2dba33f81fe99878fa010d0c8ae6b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Sep 12 21:19:12 2017 -0700

    debsums: inherit gettext
    
    Fixes
    | cd man && po4a --no-translations po4a.cfg
    | /bin/sh: po4a: command not found
    | make: *** [Makefile:11: clean] Error 127
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/debsums/debsums_2.2.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/debsums/debsums_2.2.2.bb b/meta-oe/recipes-support/debsums/debsums_2.2.2.bb
index 41ebf87..13f20eb 100644
--- a/meta-oe/recipes-support/debsums/debsums_2.2.2.bb
+++ b/meta-oe/recipes-support/debsums/debsums_2.2.2.bb
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "aa61896f93a6bbfe0161c21dcd67529ae8e1ec8c3ccf244523c52c4ad8
 # so we check the latest upstream from a directory that does get updated
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
 
+inherit perlnative gettext
+
 do_install() {
         install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/cron.weekly
         install -d ${D}/${sysconfdir}/cron.monthly ${D}${sbindir} ${D}${bindir}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list