From: Ross Burton Date: Fri, 1 Mar 2013 10:48:31 +0000 (+0000) Subject: systemd-compat-units: add missing systemd-systemctl-native dependency X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dc26af40022588023032bd57c5285e9d4cd98fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index a7bfee3c4ba..19a1ea1889a 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"