[oe] [meta-oe][PATCH 1/3] debsums: inherit gettext

Khem Raj raj.khem at gmail.com
Wed Sep 13 04:19:12 UTC 2017


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>
---
 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 41ebf87b2..13f20eb94 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}
-- 
2.14.1




More information about the Openembedded-devel mailing list