diff options
author | Joe Slater <jslater@windriver.com> | 2016-08-22 15:12:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 22:59:17 +0100 |
commit | ef5be3c8256419d5abec566ce266718fe317417e (patch) | |
tree | 24da63cb00d69b1838b704dc7b879f1412d6aa1b /meta/recipes-core | |
parent | a2eedbc02321d8923492ffb38fec3cd8828cb1d3 (diff) | |
download | openembedded-core-ef5be3c8256419d5abec566ce266718fe317417e.tar.gz openembedded-core-ef5be3c8256419d5abec566ce266718fe317417e.tar.bz2 openembedded-core-ef5be3c8256419d5abec566ce266718fe317417e.zip |
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.bb | 2 |
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" |