From: Jussi Kukkonen Date: Thu, 19 Jan 2017 07:44:04 +0000 (+0200) Subject: nss: Add PACKAGE_WRITE_DEPS X-Git-Tag: yocto-4.0~18507 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88540c5b08dea069660d1a68e506aebdd68e6ae0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 2a4f4d6d4b8..9aad5bd41c4 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