From 83130ccc006ecd9f723be15b9a53e08a97ce860c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 1 Mar 2013 10:48:31 +0000 Subject: [PATCH] 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-compat-units.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.7.4