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.

(From OE-Core rev: ef5be3c8256419d5abec566ce266718fe317417e)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joe Slater
2016-08-22 15:12:31 -07:00
committed by Richard Purdie
parent bf23d4f954
commit 5bd808b1b6

View File

@@ -9,7 +9,7 @@ DEPENDS = "systemd-systemctl-native"
S = "${WORKDIR}"
inherit allarch distro_features_check
inherit distro_features_check
ALLOW_EMPTY_${PN} = "1"