diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-04 17:11:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:41 +0000 |
commit | 6cda83fc0b81c9d0260a955c9c1afbcd309110b4 (patch) | |
tree | 2230e4396f0434774b76bd91c5d826851879926c /meta | |
parent | fc752a831dde2936d2064be08cddd94eed1a7267 (diff) | |
download | poky-6cda83fc0b81c9d0260a955c9c1afbcd309110b4.tar.gz |
systemd-compat-units: this recipe doesn't need a compiler
(From OE-Core rev: 281b7b00dc83cefdbfbb53181322064037b9a8d9)
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, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index faa428b589..361dc1cbb4 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb | |||
@@ -10,6 +10,8 @@ S = "${WORKDIR}" | |||
10 | 10 | ||
11 | inherit features_check | 11 | inherit features_check |
12 | 12 | ||
13 | INHIBIT_DEFAULT_DEPS = "1" | ||
14 | |||
13 | ALLOW_EMPTY_${PN} = "1" | 15 | ALLOW_EMPTY_${PN} = "1" |
14 | 16 | ||
15 | REQUIRED_DISTRO_FEATURES = "systemd" | 17 | REQUIRED_DISTRO_FEATURES = "systemd" |