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:34:33 +0000 |
commit | f7433d024baaa074f3e5f05a28ab22543bee7001 (patch) | |
tree | 7e3ada48e4a148516ba2625d9e71229707594a0f /meta/recipes-support | |
parent | a54bab492903322e2a2495ea9576ee6b3272700a (diff) | |
download | openembedded-core-f7433d024baaa074f3e5f05a28ab22543bee7001.tar.gz openembedded-core-f7433d024baaa074f3e5f05a28ab22543bee7001.tar.bz2 openembedded-core-f7433d024baaa074f3e5f05a28ab22543bee7001.zip |
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 <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 \ ${includedir}/* ${datadir}/aclocal/* " FILES_${PN}-dbg += "${libdir}/nspr/tests/.debug/*" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" |