From 281b7b00dc83cefdbfbb53181322064037b9a8d9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 4 Dec 2019 17:11:03 +0000 Subject: [PATCH] systemd-compat-units: this recipe doesn't need a compiler Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-compat-units.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.40.1