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 13:49:03 +0100 |
commit | 88e7f5c25f1e303b9d68fe25d7e785b9412c6138 (patch) | |
tree | bd672d17348a0993c8e8125918748b8673bf4c83 | |
parent | 79212fea2ad6bf61097a8e1cda2e17ea30d059cb (diff) | |
download | openembedded-core-88e7f5c25f1e303b9d68fe25d7e785b9412c6138.tar.gz openembedded-core-88e7f5c25f1e303b9d68fe25d7e785b9412c6138.tar.bz2 openembedded-core-88e7f5c25f1e303b9d68fe25d7e785b9412c6138.zip |
apr: 1.5.2 -> 1.6.2
Update apr from 1.5.2 to 1.6.2
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 \ file://0002-explicitly-link-libapr-against-phtread-to-make-gold-.patch \ " -SRC_URI[md5sum] = "4e9769f3349fe11fc0a5e1b224c236aa" -SRC_URI[sha256sum] = "7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a" +SRC_URI[md5sum] = "e81a851967c79b5ce9bfbc909e4bf735" +SRC_URI[sha256sum] = "09109cea377bab0028bba19a92b5b0e89603df9eab05c0f7dbd4dd83d48dcebd" inherit autotools-brokensep lib_package binconfig multilib_header ptest |