]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpcre: upgrade from 8.20 to 8.21
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 11 Jan 2012 02:04:39 +0000 (18:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jan 2012 14:52:57 +0000 (14:52 +0000)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-support/libpcre/libpcre_8.21.bb [moved from meta/recipes-support/libpcre/libpcre_8.20.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-support/libpcre/libpcre_8.20.bb
rename to meta/recipes-support/libpcre/libpcre_8.21.bb
index 58c6ecf9a77936f0ba63373d84d32f1b08ad737f..4eb65d7e32d8db2d6ab868d0a0ec7bacafee6096 100644 (file)
@@ -12,8 +12,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch"
 
-SRC_URI[md5sum] = "a1931c70e1273e3450d5036fe273d25c"
-SRC_URI[sha256sum] = "e06b0943ce4b0f15324a20020d6086760a75b72f5ad7c23b9b2bfe690ed49acd"
+SRC_URI[md5sum] = "0a7b592bea64b7aa7f4011fc7171a730"
+SRC_URI[sha256sum] = "a4b8509d11fc2764fb4e1415b764ad2c214459edc011ce48aeeb6bbe1ac599e3"
+
 S = "${WORKDIR}/pcre-${PV}"
 
 PROVIDES = "pcre"