[OE-core] [PATCH 06/12] systemd-compat-units: add missing systemd-systemctl-native dependency
Ross Burton
ross.burton at intel.com
Mon Mar 11 18:24:49 UTC 2013
This package has postinsts that run on the build host, but wasn't depending on
systemd-systemctl-native.
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
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 a7bfee3..19a1ea1 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PR = "r18"
+DEPENDS = "systemd-systemctl-native"
+
inherit allarch
SRC_URI = "file://*.service"
--
1.7.10.4
More information about the Openembedded-core
mailing list