From: Richard Purdie Date: Thu, 19 Jan 2017 17:01:10 +0000 (+0000) Subject: v86d: Add PACKAGE_WRITE_DEPS for postinst X-Git-Tag: uninative-1.5~774 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f97d9e6befb4b96531a381547d546632ec0e8496;p=openembedded-core.git v86d: Add PACKAGE_WRITE_DEPS for postinst The postinstall needs systemd-systemctl-native, mark the dependency Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 1046d63410..eab466d30d 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb @@ -60,7 +60,7 @@ python __anonymous() { inherit update-rc.d -DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" +PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" pkg_postinst_${PN} () { if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then if [ -n "$D" ]; then