From e35f6d8a6a1e5a8de2fedbe794005e68b53b295e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 12 Sep 2017 21:19:12 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/debsums/debsums_2.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/debsums') 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 41ebf87b2d..13f20eb944 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} -- cgit 1.2.3-korg