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-20 11:53:50 +0000 |
commit | 8259bf1ecbf812fd0008bd3d1b4d4f2b06ff7357 (patch) | |
tree | 40d2223a0a3d24853ee7ff1cda2190f9e4fa2f7e | |
parent | b5a8679574dd4f7510ce6f817a26dde6e699c158 (diff) | |
download | poky-8259bf1ecbf812fd0008bd3d1b4d4f2b06ff7357.tar.gz |
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 <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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() { | |||
207 | rm ./empty_password | 207 | rm ./empty_password |
208 | } | 208 | } |
209 | 209 | ||
210 | PACKAGE_WRITE_DEPS += "nss-native" | ||
210 | pkg_postinst_${PN} () { | 211 | pkg_postinst_${PN} () { |
211 | if [ -n "$D" ]; then | 212 | if [ -n "$D" ]; then |
212 | for I in $D${libdir}/lib*.chk; do | 213 | for I in $D${libdir}/lib*.chk; do |