[oe-commits] Chong Lu : libpcre: Upgrade to 8.36

git at git.openembedded.org git at git.openembedded.org
Sat Nov 8 11:16:55 UTC 2014


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

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Wed Oct  8 14:44:40 2014 +0800

libpcre: Upgrade to 8.36

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/libpcre/libpcre/Makefile                     | 2 +-
 meta/recipes-support/libpcre/{libpcre_8.35.bb => libpcre_8.36.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/libpcre/libpcre/Makefile b/meta/recipes-support/libpcre/libpcre/Makefile
index 5419d71..708d807 100644
--- a/meta/recipes-support/libpcre/libpcre/Makefile
+++ b/meta/recipes-support/libpcre/libpcre/Makefile
@@ -65,7 +65,7 @@ am__test_logs1 = $(TESTS:=.log)
 am__test_logs2 = $(am__test_logs1:.log=.log)
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
 MKDIR_P = /bin/mkdir -p
-PACKAGE_STRING = PCRE 8.34
+PACKAGE_STRING = PCRE 8.36
 SHELL = /bin/sh
 srcdir = .
 top_srcdir = .
diff --git a/meta/recipes-support/libpcre/libpcre_8.35.bb b/meta/recipes-support/libpcre/libpcre_8.36.bb
similarity index 94%
rename from meta/recipes-support/libpcre/libpcre_8.35.bb
rename to meta/recipes-support/libpcre/libpcre_8.36.bb
index 92098c8..6aa0237 100644
--- a/meta/recipes-support/libpcre/libpcre_8.35.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.36.bb
@@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://Makefile \
 "
 
-SRC_URI[md5sum] = "6aacb23986adccd9b3bc626c00979958"
-SRC_URI[sha256sum] = "a961c1c78befef263cc130756eeca7b674b4e73a81533293df44e4265236865b"
+SRC_URI[md5sum] = "b767bc9af0c20bc9c1fe403b0d41ad97"
+SRC_URI[sha256sum] = "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb"
 
 S = "${WORKDIR}/pcre-${PV}"
 



More information about the Openembedded-commits mailing list