From: Hongxu Jia Date: Wed, 10 Jul 2013 07:26:07 +0000 (+0800) Subject: nspr: add native version X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a1c4137bb53616bacb84b5cf5d5f7690e82bb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git nspr: add native version It is required by nss-native. [YOCTO #4096] Signed-off-by: Hongxu Jia Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.bb index 3936d67ba64..fcecb95db5d 100644 --- a/meta/recipes-support/nspr/nspr_4.10.bb +++ b/meta/recipes-support/nspr/nspr_4.10.bb @@ -173,3 +173,5 @@ FILES_${PN} = "${libdir}/lib*.so" FILES_${PN}-dev = "${bindir}/* ${libdir}/nspr/tests/* ${libdir}/pkgconfig \ ${includedir}/* ${datadir}/aclocal/* " FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*" + +BBCLASSEXTEND = "native"