diff options
author | Radu Moisan <radu.moisan@intel.com> | 2013-07-02 17:46:25 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-09 07:56:12 -0700 |
commit | 54f6893c1bcdd925368c46db06aa579c13da6a10 (patch) | |
tree | 6d68b1cbbaeb43760bc12f951f050e1dee664808 /meta/recipes-support/apr | |
parent | f1ec5f3111441a15bde6a8be171f18600ca70b5c (diff) | |
download | openembedded-core-54f6893c1bcdd925368c46db06aa579c13da6a10.tar.gz openembedded-core-54f6893c1bcdd925368c46db06aa579c13da6a10.tar.bz2 openembedded-core-54f6893c1bcdd925368c46db06aa579c13da6a10.zip |
apr: Upgrade to v1.4.8
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/apr')
-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 \ BBCLASSEXTEND = "native" -PR = "r2" - SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ file://configure_fixes.patch \ file://cleanup.patch \ file://configfix.patch" -SRC_URI[md5sum] = "ffee70a111fd07372982b0550bbb14b7" -SRC_URI[sha256sum] = "9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc" +SRC_URI[md5sum] = "ce2ab01a0c3cdb71cf0a6326b8654f41" +SRC_URI[sha256sum] = "61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421" inherit autotools lib_package binconfig multilib_header |