[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4133/8267] v86d: Add PACKAGE_WRITE_DEPS for postinst



commit 7ba7380d778e1c0a8acd469c99c82e10b92f2dc0
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Thu Jan 19 17:01:10 2017 +0000

    v86d: Add PACKAGE_WRITE_DEPS for postinst
    
    The postinstall needs systemd-systemctl-native, mark the dependency
    
    (From OE-Core rev: f97d9e6befb4b96531a381547d546632ec0e8496)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-bsp/v86d/v86d_0.1.10.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb
index 1046d63..eab466d 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]