diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-10-08 14:44:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:17:05 +0000 |
commit | 0e5a1e7d9fde3856fbf1624f065c9d1ce3286023 (patch) | |
tree | 8470fc80b50f2d93834a86e46baefddece9027d7 /meta/recipes-support/libpcre | |
parent | 593bbc9cef20017a85cf4ee2d9865152624d5b40 (diff) | |
download | openembedded-core-contrib-0e5a1e7d9fde3856fbf1624f065c9d1ce3286023.tar.gz |
libpcre: Upgrade to 8.36
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre/Makefile | 2 | ||||
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.36.bb (renamed from meta/recipes-support/libpcre/libpcre_8.35.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 5419d71f7f4..708d807d085 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 index 92098c8c518..6aa0237aa43 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}" |