summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-compat-units.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-03-01 10:48:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-15 01:52:53 +0000
commitb4b83eb092e2c1ed2bca64ab43150228e4f6cc80 (patch)
tree015e567089eaba9fb9642fd6c5f5144aa1b829c5 /meta/recipes-core/systemd/systemd-compat-units.bb
parent3e2a5722e25385e3b1b1ec44981af37c2074bc45 (diff)
downloadopenembedded-core-b4b83eb092e2c1ed2bca64ab43150228e4f6cc80.tar.gz
systemd-compat-units: add missing systemd-systemctl-native dependency
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@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd-compat-units.bb')
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index a7bfee3c4b..19a1ea1889 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"