From: David Nyström Date: Fri, 31 Jan 2014 09:30:02 +0000 (+0100) Subject: nspr: Added nativesdk to BBCLASSEXTEND X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7433d024baaa074f3e5f05a28ab22543bee7001;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 4db506c8063..bb8912e948f 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"