[oe-commits] Cristiana Voicu : apr: upgrade to 1.5.0

git at git.openembedded.org git at git.openembedded.org
Tue Nov 26 14:42:33 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9e2b6d5f2ae3c2f53d49f041dc54081ae5fcedab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9e2b6d5f2ae3c2f53d49f041dc54081ae5fcedab

Author: Cristiana Voicu <cristiana.voicu at intel.com>
Date:   Tue Nov 26 14:39:45 2013 +0200

apr: upgrade to 1.5.0

The following typo was fixed in the license file:
< code for the these subcomponents is subject to the terms and
< conditions of the following licenses.

> code for these subcomponents is subject to the terms and conditions
> of the following licenses.

Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/apr/apr_1.4.8.bb b/meta/recipes-support/apr/apr_1.5.0.bb
similarity index 89%
rename from meta/recipes-support/apr/apr_1.4.8.bb
rename to meta/recipes-support/apr/apr_1.5.0.bb
index d834170..04f7a22 100644
--- a/meta/recipes-support/apr/apr_1.4.8.bb
+++ b/meta/recipes-support/apr/apr_1.5.0.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
 DEPENDS = "util-linux"
 
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4dfd4cd216828c8cae5de5a12f3844c8 \
                     file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96"
 
 BBCLASSEXTEND = "native"
@@ -14,8 +14,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
            file://cleanup.patch \
            file://configfix.patch"
 
-SRC_URI[md5sum] = "ce2ab01a0c3cdb71cf0a6326b8654f41"
-SRC_URI[sha256sum] = "61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421"
+SRC_URI[md5sum] = "cc93bd2c12d0d037f68e21cc6385dc31"
+SRC_URI[sha256sum] = "17287d36a5917e27281e60d47e7b147bd5ddcd1ca832702c2318f5e0724f1221"
 
 inherit autotools lib_package binconfig multilib_header
 



More information about the Openembedded-commits mailing list