]> code.ossystems Code Review - openembedded-core.git/commitdiff
nspr: add native version
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 10 Jul 2013 07:26:07 +0000 (15:26 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 12 Jul 2013 17:12:11 +0000 (10:12 -0700)
It is required by nss-native.

[YOCTO #4096]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/nspr/nspr_4.10.bb

index 3936d67ba64c761b96d7885c1126d28c400c0efa..fcecb95db5d4ca81c4e4c19e5ca2f6a97f3aaef9 100644 (file)
@@ -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"