diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-09-12 21:19:12 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-18 10:17:56 +0200 |
commit | e35f6d8a6a1e5a8de2fedbe794005e68b53b295e (patch) | |
tree | 54d1ec9445efd44d20789e2451ede4e7b0c247b0 /meta-oe/recipes-support/debsums | |
parent | 10f38f147c1b0710876e6db5ce6beb85d0a21e99 (diff) | |
download | meta-openembedded-e35f6d8a6a1e5a8de2fedbe794005e68b53b295e.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/debsums')
-rw-r--r-- | meta-oe/recipes-support/debsums/debsums_2.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
18 | # so we check the latest upstream from a directory that does get updated | 18 | # so we check the latest upstream from a directory that does get updated |
19 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" | 19 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" |
20 | 20 | ||
21 | inherit perlnative gettext | ||
22 | |||
21 | do_install() { | 23 | do_install() { |
22 | install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/cron.weekly | 24 | install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/cron.weekly |
23 | install -d ${D}/${sysconfdir}/cron.monthly ${D}${sbindir} ${D}${bindir} | 25 | install -d ${D}/${sysconfdir}/cron.monthly ${D}${sbindir} ${D}${bindir} |