diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-07-10 15:26:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-13 18:23:34 +0100 |
commit | 8080558e111de6229c42b7fbf41221d7e4a1fbd4 (patch) | |
tree | 7fb03aeb80eb44fcd4bad932033a00ca3a2c7131 /meta/recipes-support/nspr | |
parent | 788f176a735fdce7224b8baf45358dd1b34da3bb (diff) | |
download | poky-8080558e111de6229c42b7fbf41221d7e4a1fbd4.tar.gz |
nspr: add native version
It is required by nss-native.
[YOCTO #4096]
(From OE-Core rev: a0a1c4137bb53616bacb84b5cf5d5f7690e82bb9)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nspr')
-rw-r--r-- | meta/recipes-support/nspr/nspr_4.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.bb index 3936d67ba6..fcecb95db5 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" | |||
173 | FILES_${PN}-dev = "${bindir}/* ${libdir}/nspr/tests/* ${libdir}/pkgconfig \ | 173 | FILES_${PN}-dev = "${bindir}/* ${libdir}/nspr/tests/* ${libdir}/pkgconfig \ |
174 | ${includedir}/* ${datadir}/aclocal/* " | 174 | ${includedir}/* ${datadir}/aclocal/* " |
175 | FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*" | 175 | FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*" |
176 | |||
177 | BBCLASSEXTEND = "native" | ||