This package has postinsts that run on the build host, but wasn't depending on systemd-systemctl-native.
Signed-off-by: Ross Burton <[email protected]> --- 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" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
