From: Jussi Kukkonen Date: Thu, 19 Jan 2017 07:44:04 +0000 (+0200) Subject: nss: Add PACKAGE_WRITE_DEPS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8259bf1ecbf812fd0008bd3d1b4d4f2b06ff7357;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. (From OE-Core rev: 88540c5b08dea069660d1a68e506aebdd68e6ae0) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- 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