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>
This commit is contained in:
Jussi Kukkonen
2017-01-19 09:44:04 +02:00
committed by Richard Purdie
parent b5a8679574
commit 8259bf1ecb

View File

@@ -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