aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2016-08-22 15:12:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 22:59:17 +0100
commitef5be3c8256419d5abec566ce266718fe317417e (patch)
tree24da63cb00d69b1838b704dc7b879f1412d6aa1b /meta/recipes-core
parenta2eedbc02321d8923492ffb38fec3cd8828cb1d3 (diff)
downloadopenembedded-core-contrib-ef5be3c8256419d5abec566ce266718fe317417e.tar.gz
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 <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units.bb2
1 files changed, 1 insertions, 1 deletions
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"