[oe-commits] Ross Burton : systemd-compat-units: add missing systemd-systemctl-native dependency

git at git.openembedded.org git at git.openembedded.org
Fri Mar 15 01:52:04 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b4b83eb092e2c1ed2bca64ab43150228e4f6cc80
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b4b83eb092e2c1ed2bca64ab43150228e4f6cc80

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Mar  1 10:48:31 2013 +0000

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/systemd/systemd-compat-units.bb |    2 ++
 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"





More information about the Openembedded-commits mailing list