[oe-commits] Chong Lu : libpcre: Update to 8.35 version

git at git.openembedded.org git at git.openembedded.org
Thu May 22 15:46:14 UTC 2014


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

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Mon May 19 13:36:31 2014 +0800

libpcre: Update to 8.35 version

Upgrade libpcre to 8.35 version.

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/libpcre/{libpcre_8.34.bb => libpcre_8.35.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/libpcre/libpcre_8.34.bb b/meta/recipes-support/libpcre/libpcre_8.35.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre_8.34.bb
rename to meta/recipes-support/libpcre/libpcre_8.35.bb
index 5c5072c..a99b34c 100644
--- a/meta/recipes-support/libpcre/libpcre_8.34.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.35.bb
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=0920cc1a9f7ba95464491fa83c86afd8"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=ded617e975f28e15952dc68b84a7ac1a"
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch \
@@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://Makefile \
 "
 
-SRC_URI[md5sum] = "5439e321351bddd5533551bbce128d07"
-SRC_URI[sha256sum] = "b6043ae1ff2720be665ffa28dc22b7c637cdde96f389a116c0c3020caeae583f"
+SRC_URI[md5sum] = "6aacb23986adccd9b3bc626c00979958"
+SRC_URI[sha256sum] = "a961c1c78befef263cc130756eeca7b674b4e73a81533293df44e4265236865b"
 
 S = "${WORKDIR}/pcre-${PV}"
 



More information about the Openembedded-commits mailing list