diff options
author | Radu Moisan <radu.moisan@intel.com> | 2013-07-02 17:51:53 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-09 07:56:12 -0700 |
commit | 6e329a8fc96eabf43c62b44ea7b082068e633ab7 (patch) | |
tree | d5191b7cfd53b153cbce98a6943f2e1662976af9 /meta/recipes-support/apr | |
parent | 54f6893c1bcdd925368c46db06aa579c13da6a10 (diff) | |
download | openembedded-core-6e329a8fc96eabf43c62b44ea7b082068e633ab7.tar.gz openembedded-core-6e329a8fc96eabf43c62b44ea7b082068e633ab7.tar.bz2 openembedded-core-6e329a8fc96eabf43c62b44ea7b082068e633ab7.zip |
apr-util: Upgrade to v1.5.2
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-util_1.5.2.bb (renamed from meta/recipes-support/apr/apr-util_1.5.1.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.5.1.bb b/meta/recipes-support/apr/apr-util_1.5.2.bb index e547fe018f..ea0f7fbb64 100644 --- a/meta/recipes-support/apr/apr-util_1.5.1.bb +++ b/meta/recipes-support/apr/apr-util_1.5.2.bb @@ -9,14 +9,12 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" -PR = "r0" - SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ file://configfix.patch \ file://configure_fixes.patch" -SRC_URI[md5sum] = "490c2e26e2dc95fd0983ad71112ddac6" -SRC_URI[sha256sum] = "0cf4e48d93ceb9a5e314f48fe127211b71d30234665587e2eaffbb4fc13d931d" +SRC_URI[md5sum] = "eb682cfb8642babba427a4fb391b15e8" +SRC_URI[sha256sum] = "a1ec5025373815795d2fa5bfac40c0984675feffc88e049be9a162c408c2f613" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ --without-odbc \ |