diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2014-01-31 10:30:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 22:37:40 +0000 |
commit | 092afbc8864cc80fa19254eebe09342e32935ca6 (patch) | |
tree | 8b42a6485f440aff8d4e1d1ad48ba76d03e0548f /meta/recipes-support | |
parent | 0b30e6ebe521e2411903fb29cb854b2a00d3f931 (diff) | |
download | poky-092afbc8864cc80fa19254eebe09342e32935ca6.tar.gz |
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.
(From OE-Core rev: f7433d024baaa074f3e5f05a28ab22543bee7001)
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nspr/nspr_4.10.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
175 | ${includedir}/* ${datadir}/aclocal/* " | 175 | ${includedir}/* ${datadir}/aclocal/* " |
176 | FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*" | 176 | FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*" |
177 | 177 | ||
178 | BBCLASSEXTEND = "native" | 178 | BBCLASSEXTEND = "native nativesdk" |