]> code.ossystems Code Review - openembedded-core.git/commitdiff
nss: Add PACKAGE_WRITE_DEPS
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 19 Jan 2017 07:44:04 +0000 (09:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:51:07 +0000 (22:51 +0000)
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>
meta/recipes-support/nss/nss_3.27.1.bb

index 2a4f4d6d4b8acc1bf2fcc1631be5df2050346d3f..9aad5bd41c469d6daff51aecc9c245fd4bce2f34 100644 (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