]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-compat-units: add missing systemd-systemctl-native dependency
authorRoss Burton <ross.burton@intel.com>
Fri, 1 Mar 2013 10:48:31 +0000 (10:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Mar 2013 01:52:53 +0000 (01:52 +0000)
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>
meta/recipes-core/systemd/systemd-compat-units.bb

index a7bfee3c4ba1bbe7a835afba9a83f0eb0b930741..19a1ea1889a635145d1a2c8d6ece1ccbc8762a94 100644 (file)
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
 
 PR = "r18"
 
+DEPENDS = "systemd-systemctl-native"
+
 inherit allarch
 
 SRC_URI = "file://*.service"