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 23:03:45 +0100 |
commit | 5bd808b1b621579e2fa92414bfc301d677332575 (patch) | |
tree | 21f5661dd41b6eca4ef89df3c42a3882d8524681 /meta | |
parent | bf23d4f95445562e02dbb35cac926031fbccf9d2 (diff) | |
download | poky-5bd808b1b621579e2fa92414bfc301d677332575.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.
(From OE-Core rev: ef5be3c8256419d5abec566ce266718fe317417e)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
9 | 9 | ||
10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
11 | 11 | ||
12 | inherit allarch distro_features_check | 12 | inherit distro_features_check |
13 | 13 | ||
14 | ALLOW_EMPTY_${PN} = "1" | 14 | ALLOW_EMPTY_${PN} = "1" |
15 | 15 | ||