diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-07-13 17:34:51 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 14:01:39 +0100 |
commit | 3c24505d16f5db91194fc7cd6ae77ff27e1dc36f (patch) | |
tree | e2e03500ff694284cbef7419ccbd919911057cb8 /meta/recipes-support/apr | |
parent | fb449921ac40c267b4e6a80f7b242cf749b0d218 (diff) | |
download | poky-3c24505d16f5db91194fc7cd6ae77ff27e1dc36f.tar.gz |
apr: 1.5.2 -> 1.6.2
Update apr from 1.5.2 to 1.6.2
(From OE-Core rev: 88e7f5c25f1e303b9d68fe25d7e785b9412c6138)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r-- | meta/recipes-support/apr/apr_1.6.2.bb (renamed from meta/recipes-support/apr/apr_1.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/apr/apr_1.5.2.bb b/meta/recipes-support/apr/apr_1.6.2.bb index 992b561fb8..e2eed53c9e 100644 --- a/meta/recipes-support/apr/apr_1.5.2.bb +++ b/meta/recipes-support/apr/apr_1.6.2.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ | |||
21 | file://0002-explicitly-link-libapr-against-phtread-to-make-gold-.patch \ | 21 | file://0002-explicitly-link-libapr-against-phtread-to-make-gold-.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[md5sum] = "4e9769f3349fe11fc0a5e1b224c236aa" | 24 | SRC_URI[md5sum] = "e81a851967c79b5ce9bfbc909e4bf735" |
25 | SRC_URI[sha256sum] = "7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a" | 25 | SRC_URI[sha256sum] = "09109cea377bab0028bba19a92b5b0e89603df9eab05c0f7dbd4dd83d48dcebd" |
26 | 26 | ||
27 | inherit autotools-brokensep lib_package binconfig multilib_header ptest | 27 | inherit autotools-brokensep lib_package binconfig multilib_header ptest |
28 | 28 | ||