diff options
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 5419d71f7f..708d807d08 100644 --- a/meta/recipes-support/libpcre/libpcre/Makefile +++ b/meta/recipes-support/libpcre/libpcre/Makefile | |||
@@ -65,7 +65,7 @@ am__test_logs1 = $(TESTS:=.log) | |||
65 | am__test_logs2 = $(am__test_logs1:.log=.log) | 65 | am__test_logs2 = $(am__test_logs1:.log=.log) |
66 | TEST_LOGS = $(am__test_logs2:.test.log=.log) | 66 | TEST_LOGS = $(am__test_logs2:.test.log=.log) |
67 | MKDIR_P = /bin/mkdir -p | 67 | MKDIR_P = /bin/mkdir -p |
68 | PACKAGE_STRING = PCRE 8.34 | 68 | PACKAGE_STRING = PCRE 8.36 |
69 | SHELL = /bin/sh | 69 | SHELL = /bin/sh |
70 | srcdir = . | 70 | srcdir = . |
71 | top_srcdir = . | 71 | top_srcdir = . |
diff --git a/meta/recipes-support/libpcre/libpcre_8.35.bb b/meta/recipes-support/libpcre/libpcre_8.36.bb index 92098c8c51..6aa0237aa4 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 \ | |||
14 | file://Makefile \ | 14 | file://Makefile \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "6aacb23986adccd9b3bc626c00979958" | 17 | SRC_URI[md5sum] = "b767bc9af0c20bc9c1fe403b0d41ad97" |
18 | SRC_URI[sha256sum] = "a961c1c78befef263cc130756eeca7b674b4e73a81533293df44e4265236865b" | 18 | SRC_URI[sha256sum] = "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb" |
19 | 19 | ||
20 | S = "${WORKDIR}/pcre-${PV}" | 20 | S = "${WORKDIR}/pcre-${PV}" |
21 | 21 | ||