diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2017-07-21 16:59:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 08:46:19 +0100 |
commit | 4c09b7a745dbc4b9ff7dcbe4789fbb34da31b74a (patch) | |
tree | 70423d817519541d82483edd0d7415f9f0ce22c6 /meta/recipes-support | |
parent | 6c35b66658dfaec88b80fe74712bfbacc343b6d0 (diff) | |
download | poky-4c09b7a745dbc4b9ff7dcbe4789fbb34da31b74a.tar.gz |
libpcre: upgrade 8.40 -> 8.41
(From OE-Core rev: 07c5eb7f9232ecd4a094040cbe85af2727bd2bd5)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.41.bb (renamed from meta/recipes-support/libpcre/libpcre_8.40.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.40.bb b/meta/recipes-support/libpcre/libpcre_8.41.bb index a897ac6431..0eaed1808a 100644 --- a/meta/recipes-support/libpcre/libpcre_8.40.bb +++ b/meta/recipes-support/libpcre/libpcre_8.41.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \ | |||
14 | file://Makefile \ | 14 | file://Makefile \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "41a842bf7dcecd6634219336e2167d1d" | 17 | SRC_URI[md5sum] = "c160d22723b1670447341b08c58981c1" |
18 | SRC_URI[sha256sum] = "00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4" | 18 | SRC_URI[sha256sum] = "e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530" |
19 | 19 | ||
20 | CVE_PRODUCT = "pcre" | 20 | CVE_PRODUCT = "pcre" |
21 | 21 | ||