mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
nspr: Added nativesdk to BBCLASSEXTEND
nspr is a dependency of nss. Since shsignlibs is used from the nss postinstall hook. It should be included in nativesdk to make offline rootfs construction possible. (From OE-Core rev: f7433d024baaa074f3e5f05a28ab22543bee7001) Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0b30e6ebe5
commit
092afbc886
@@ -175,4 +175,4 @@ FILES_${PN}-dev = "${bindir}/* ${libdir}/nspr/tests/* ${libdir}/pkgconfig \
|
||||
${includedir}/* ${datadir}/aclocal/* "
|
||||
FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user