diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-19 09:44:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:51:07 +0000 |
commit | 88540c5b08dea069660d1a68e506aebdd68e6ae0 (patch) | |
tree | 0e3431b546def2586c4fcf1119cf8d9c5c010ce6 | |
parent | f3140f9c9cb8ff7ea29d0b77a9bfac419a216cf4 (diff) | |
download | openembedded-core-88540c5b08dea069660d1a68e506aebdd68e6ae0.tar.gz openembedded-core-88540c5b08dea069660d1a68e506aebdd68e6ae0.tar.bz2 openembedded-core-88540c5b08dea069660d1a68e506aebdd68e6ae0.zip |
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>
-rw-r--r-- | meta/recipes-support/nss/nss_3.27.1.bb | 1 |
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 |