summaryrefslogtreecommitdiffstats
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:53:03 +0000
commit1dc26af40022588023032bd57c5285e9d4cd98fc (patch)
tree086033af89a7788eb54e56442eae71ed4433078e
parente9fc2321a478661c2cc1d57657337a306f4b52a2 (diff)
downloadast2050-yocto-poky-1dc26af40022588023032bd57c5285e9d4cd98fc.zip
ast2050-yocto-poky-1dc26af40022588023032bd57c5285e9d4cd98fc.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. (From OE-Core rev: b4b83eb092e2c1ed2bca64ab43150228e4f6cc80) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 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"
OpenPOWER on IntegriCloud