]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-compat-units: do not inherit allarch
authorJoe Slater <jslater@windriver.com>
Mon, 22 Aug 2016 22:12:31 +0000 (15:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 21:59:17 +0000 (22:59 +0100)
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 <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd-compat-units.bb

index f246e83dda7a643f97e2a702ba8f9d2925882d47..421fc06dfb0e36b3f0940a2b4a9c9ebf597e9144 100644 (file)
@@ -9,7 +9,7 @@ DEPENDS = "systemd-systemctl-native"
 
 S = "${WORKDIR}"
 
-inherit allarch distro_features_check
+inherit distro_features_check
 
 ALLOW_EMPTY_${PN} = "1"