From: Joe Slater Date: Mon, 22 Aug 2016 22:12:31 +0000 (-0700) Subject: systemd-compat-units: do not inherit allarch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5be3c8256419d5abec566ce266718fe317417e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd-compat-units: do not inherit allarch Even though we are just a script, we do depend on systemd being on the target and need an RDEPENDS which means we cannot also be allarch. Signed-off-by: Joe Slater Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index f246e83dda7..421fc06dfb0 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -9,7 +9,7 @@ DEPENDS = "systemd-systemctl-native" S = "${WORKDIR}" -inherit allarch distro_features_check +inherit distro_features_check ALLOW_EMPTY_${PN} = "1"