[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: nspr: Added nativesdk to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 22:35:21 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f7433d024baaa074f3e5f05a28ab22543bee7001
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f7433d024baaa074f3e5f05a28ab22543bee7001

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Fri Jan 31 10:30:02 2014 +0100

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.

Signed-off-by: David Nyström <david.nystrom at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/nspr/nspr_4.10.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/nspr/nspr_4.10.2.bb b/meta/recipes-support/nspr/nspr_4.10.2.bb
index 4db506c..bb8912e 100644
--- a/meta/recipes-support/nspr/nspr_4.10.2.bb
+++ b/meta/recipes-support/nspr/nspr_4.10.2.bb
@@ -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"



More information about the Openembedded-commits mailing list