diff options
Diffstat (limited to 'meta/recipes-support/nspr')
-rw-r--r-- | 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 0c985e278f..36f93e0d9f 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 | |||
5 | file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99" | 5 | file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99" |
6 | SECTION = "libs/network" | 6 | SECTION = "libs/network" |
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \ | 10 | SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \ |
11 | file://remove-rpath-from-tests.patch \ | 11 | file://remove-rpath-from-tests.patch \ |
@@ -140,6 +140,8 @@ TESTS = "runtests.pl \ | |||
140 | inherit autotools | 140 | inherit autotools |
141 | 141 | ||
142 | do_configure() { | 142 | do_configure() { |
143 | gnu-configize --force | ||
144 | mv config.sub config.guess build/autoconf | ||
143 | oe_runconf | 145 | oe_runconf |
144 | } | 146 | } |
145 | 147 | ||