]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-compat-units: this recipe doesn't need a compiler
authorRoss Burton <ross.burton@intel.com>
Wed, 4 Dec 2019 17:11:03 +0000 (17:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 14:05:27 +0000 (14:05 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/systemd/systemd-compat-units.bb

index faa428b58972afe4ea591ed6bef159ed03a4a08c..361dc1cbb434f851aa967664ac3e56e618a5f579 100644 (file)
@@ -10,6 +10,8 @@ S = "${WORKDIR}"
 
 inherit features_check
 
+INHIBIT_DEFAULT_DEPS = "1"
+
 ALLOW_EMPTY_${PN} = "1"
 
 REQUIRED_DISTRO_FEATURES = "systemd"