aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-01-19 09:44:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:51:07 +0000
commit88540c5b08dea069660d1a68e506aebdd68e6ae0 (patch)
tree0e3431b546def2586c4fcf1119cf8d9c5c010ce6 /meta/recipes-support/nss
parentf3140f9c9cb8ff7ea29d0b77a9bfac419a216cf4 (diff)
downloadopenembedded-core-contrib-88540c5b08dea069660d1a68e506aebdd68e6ae0.tar.gz
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 <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta/recipes-support/nss')
-rw-r--r--meta/recipes-support/nss/nss_3.27.1.bb1
1 files changed, 1 insertions, 0 deletions
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