[OE-core] [PATCH] nspr: added gnu-configize for AArch64 support

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Mon Jan 7 14:10:34 UTC 2013


Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
---
 meta/recipes-support/nspr/nspr_4.9.4.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/nspr/nspr_4.9.4.bb b/meta/recipes-support/nspr/nspr_4.9.4.bb
index 0c985e2..36f93e0 100644
--- a/meta/recipes-support/nspr/nspr_4.9.4.bb
+++ b/meta/recipes-support/nspr/nspr_4.9.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=f0babf9590d84
                     file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99"
 SECTION = "libs/network"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \
            file://remove-rpath-from-tests.patch \
@@ -140,6 +140,8 @@ TESTS = "runtests.pl \
 inherit autotools
 
 do_configure() {
+	gnu-configize --force
+	mv config.sub config.guess build/autoconf
 	oe_runconf
 }
 
-- 
1.8.0





More information about the Openembedded-core mailing list