From: Joe Slater Date: Mon, 22 Aug 2016 22:12:31 +0000 (-0700) Subject: systemd-compat-units: do not inherit allarch X-Git-Tag: uninative-1.4~437 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef5be3c8256419d5abec566ce266718fe317417e;p=openembedded-core.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 f246e83dda..421fc06dfb 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"