mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
debsums: Depend on po4a-native
- Move to perl dynamic-layer since po4a comes from meta-perl - Add meta-perl dynamic layer 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>
This commit is contained in:
parent
ab240b90dd
commit
76db1c71ef
|
|
@ -25,7 +25,9 @@ BBFILE_PRIORITY_openembedded-layer = "6"
|
|||
|
||||
# only activates content when identified layers are present,
|
||||
# to ensure yocto compatibility check pass
|
||||
BBFILES_DYNAMIC += "meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
|
||||
BBFILES_DYNAMIC += " \
|
||||
meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
|
||||
perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
|
||||
"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
|
|||
|
||||
inherit perlnative gettext
|
||||
|
||||
DEPENDS += "po4a-native"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/cron.weekly
|
||||
install -d ${D}/${sysconfdir}/cron.monthly ${D}${sbindir} ${D}${bindir}
|
||||
Loading…
Reference in New Issue
Block a user