diff options
-rw-r--r-- | meta-oe/conf/layer.conf | 4 | ||||
-rw-r--r-- | meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb (renamed from meta-oe/recipes-support/debsums/debsums_2.2.2.bb) | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 434537fd3a..adcec83029 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -25,7 +25,9 @@ BBFILE_PRIORITY_openembedded-layer = "6" | |||
25 | 25 | ||
26 | # only activates content when identified layers are present, | 26 | # only activates content when identified layers are present, |
27 | # to ensure yocto compatibility check pass | 27 | # to ensure yocto compatibility check pass |
28 | BBFILES_DYNAMIC += "meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 28 | BBFILES_DYNAMIC += " \ |
29 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | ||
30 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ | ||
29 | " | 31 | " |
30 | 32 | ||
31 | # This should only be incremented on significant changes that will | 33 | # This should only be incremented on significant changes that will |
diff --git a/meta-oe/recipes-support/debsums/debsums_2.2.2.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb index 13f20eb944..07ab5e62b1 100644 --- a/meta-oe/recipes-support/debsums/debsums_2.2.2.bb +++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb | |||
@@ -20,6 +20,8 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" | |||
20 | 20 | ||
21 | inherit perlnative gettext | 21 | inherit perlnative gettext |
22 | 22 | ||
23 | DEPENDS += "po4a-native" | ||
24 | |||
23 | do_install() { | 25 | do_install() { |
24 | install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/cron.weekly | 26 | install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/cron.weekly |
25 | install -d ${D}/${sysconfdir}/cron.monthly ${D}${sbindir} ${D}${bindir} | 27 | install -d ${D}/${sysconfdir}/cron.monthly ${D}${sbindir} ${D}${bindir} |