From 88540c5b08dea069660d1a68e506aebdd68e6ae0 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 19 Jan 2017 09:44:04 +0200 Subject: 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 --- meta/recipes-support/nss/nss_3.27.1.bb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg