[oe-commits] Marcin Juszkiewicz : nspr: added gnu-configize for AArch64 support

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 14:45:47 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 8643c340c738bb487edad8033ebae760c65b6e35
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8643c340c738bb487edad8033ebae760c65b6e35

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Mon Jan  7 15:10:34 2013 +0100

nspr: added gnu-configize for AArch64 support

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/nspr/nspr_4.9.4.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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
 }
 





More information about the Openembedded-commits mailing list