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: yocto-4.0~8016 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=281b7b00dc83cefdbfbb53181322064037b9a8d9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 faa428b5897..361dc1cbb43 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"