aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2016-08-22 15:12:31 -0700
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:57:19 +0200
commit352900c3a1d48c9fb4946b340f1c8fdb3f69e4f0 (patch)
tree655250ffccdb3cf93a0f8d53a16cd20054c02f64
parent095735f423b94b0e9f9de94934a56be6af332276 (diff)
downloadopenembedded-core-contrib-352900c3a1d48c9fb4946b340f1c8fdb3f69e4f0.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> (cherry picked from commit ef5be3c8256419d5abec566ce266718fe317417e) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-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"