From: David Nyström Date: Fri, 31 Jan 2014 09:30:02 +0000 (+0100) Subject: nspr: Added nativesdk to BBCLASSEXTEND X-Git-Tag: 2015-4~3821 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f7433d024baaa074f3e5f05a28ab22543bee7001;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/nspr/nspr_4.10.2.bb b/meta/recipes-support/nspr/nspr_4.10.2.bb index 4db506c806..bb8912e948 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"