summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/apr/apr_1.4.8.bb (renamed from meta/recipes-support/apr/apr_1.4.6.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.8.bb
index fb87d68c9f..d834170315 100644
--- a/meta/recipes-support/apr/apr_1.4.6.bb
+++ b/meta/recipes-support/apr/apr_1.4.8.bb
@@ -9,15 +9,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"
11 11
12PR = "r2"
13
14SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ 12SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
15 file://configure_fixes.patch \ 13 file://configure_fixes.patch \
16 file://cleanup.patch \ 14 file://cleanup.patch \
17 file://configfix.patch" 15 file://configfix.patch"
18 16
19SRC_URI[md5sum] = "ffee70a111fd07372982b0550bbb14b7" 17SRC_URI[md5sum] = "ce2ab01a0c3cdb71cf0a6326b8654f41"
20SRC_URI[sha256sum] = "9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc" 18SRC_URI[sha256sum] = "61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421"
21 19
22inherit autotools lib_package binconfig multilib_header 20inherit autotools lib_package binconfig multilib_header
23 21