mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
b5a8679574
commit
8259bf1ecb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user