]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpcre: upgrade to 8.34
authorChong Lu <Chong.Lu@windriver.com>
Fri, 3 Jan 2014 08:38:03 +0000 (16:38 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:31 +0000 (11:12 +0000)
Upgrade libpcre to 8.34.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/libpcre/libpcre_8.34.bb [moved from meta/recipes-support/libpcre/libpcre_8.33.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-support/libpcre/libpcre_8.33.bb
rename to meta/recipes-support/libpcre/libpcre_8.34.bb
index e0b707fadaf8269ebca18256ddefce298146e72d..0c2b0828b101410fb2b118d053912134842551b2 100644 (file)
@@ -11,8 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch"
 
-SRC_URI[md5sum] = "21514018448ac10062ece7a668fca949"
-SRC_URI[sha256sum] = "c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478"
+SRC_URI[md5sum] = "5439e321351bddd5533551bbce128d07"
+SRC_URI[sha256sum] = "b6043ae1ff2720be665ffa28dc22b7c637cdde96f389a116c0c3020caeae583f"
 
 S = "${WORKDIR}/pcre-${PV}"