aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2016-08-22 15:12:31 -0700
committerAndreas Oberritter <obi@opendreambox.org>2017-10-17 04:38:27 +0200
commit2a49be4fbdb36a2f2e1fbfbb819e2eadf68cb3f0 (patch)
tree8003363dd4b2b0ebb7d3293342de04c69b40c780
parent5ef0952789155fb8f649680a32405e407847e457 (diff)
downloadopenembedded-core-contrib-2a49be4fbdb36a2f2e1fbfbb819e2eadf68cb3f0.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"