summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-12-04 17:11:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-28 23:25:41 +0000
commit6cda83fc0b81c9d0260a955c9c1afbcd309110b4 (patch)
tree2230e4396f0434774b76bd91c5d826851879926c /meta/recipes-core/systemd
parentfc752a831dde2936d2064be08cddd94eed1a7267 (diff)
downloadpoky-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/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units.bb2
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
11inherit features_check 11inherit features_check
12 12
13INHIBIT_DEFAULT_DEPS = "1"
14
13ALLOW_EMPTY_${PN} = "1" 15ALLOW_EMPTY_${PN} = "1"
14 16
15REQUIRED_DISTRO_FEATURES = "systemd" 17REQUIRED_DISTRO_FEATURES = "systemd"