From: Jussi Kukkonen Date: Thu, 19 Jan 2017 07:44:04 +0000 (+0200) Subject: nss: Add PACKAGE_WRITE_DEPS X-Git-Tag: uninative-1.5~766 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=88540c5b08dea069660d1a68e506aebdd68e6ae0;p=openembedded-core.git nss: Add PACKAGE_WRITE_DEPS nss-native is required in postinst. It's also needed during build so not removed from DEPENDS. Signed-off-by: Jussi Kukkonen --- diff --git a/meta/recipes-support/nss/nss_3.27.1.bb b/meta/recipes-support/nss/nss_3.27.1.bb index 2a4f4d6d4b..9aad5bd41c 100644 --- a/meta/recipes-support/nss/nss_3.27.1.bb +++ b/meta/recipes-support/nss/nss_3.27.1.bb @@ -207,6 +207,7 @@ do_install_append_class-target() { rm ./empty_password } +PACKAGE_WRITE_DEPS += "nss-native" pkg_postinst_${PN} () { if [ -n "$D" ]; then for I in $D${libdir}/lib*.chk; do