summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
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 /meta/recipes-core/systemd
parente9fc2321a478661c2cc1d57657337a306f4b52a2 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-core/systemd')
-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
5 5
6PR = "r18" 6PR = "r18"
7 7
8DEPENDS = "systemd-systemctl-native"
9
8inherit allarch 10inherit allarch
9 11
10SRC_URI = "file://*.service" 12SRC_URI = "file://*.service"