]> code.ossystems Code Review - openembedded-core.git/commitdiff
nspr: Added nativesdk to BBCLASSEXTEND
authorDavid Nyström <david.c.nystrom@gmail.com>
Fri, 31 Jan 2014 09:30:02 +0000 (10:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 22:34:33 +0000 (22:34 +0000)
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.

Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/nspr/nspr_4.10.2.bb

index 4db506c806337951072efe8e08087269c930b408..bb8912e948f8567908caded01c0ed0b55a60efbf 100644 (file)
@@ -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"