From: Ross Burton Date: Wed, 4 Dec 2019 17:11:03 +0000 (+0000) Subject: systemd-compat-units: this recipe doesn't need a compiler X-Git-Tag: uninative-2.8~802 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=281b7b00dc83cefdbfbb53181322064037b9a8d9;p=openembedded-core.git systemd-compat-units: this recipe doesn't need a compiler Signed-off-by: Ross Burton --- 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}" inherit features_check +INHIBIT_DEFAULT_DEPS = "1" + ALLOW_EMPTY_${PN} = "1" REQUIRED_DISTRO_FEATURES = "systemd"