From f7433d024baaa074f3e5f05a28ab22543bee7001 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Fri, 31 Jan 2014 10:30:02 +0100 Subject: nspr: Added nativesdk to BBCLASSEXTEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-support/nspr/nspr_4.10.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/nspr') 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" -- cgit 1.2.3-korg