diff options
author | Ross Burton <ross.burton@intel.com> | 2019-02-25 11:39:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 16:35:33 +0000 |
commit | 1efe414a67de27ac2e045e0ed6209e33cdeb7ec0 (patch) | |
tree | eb0e93d72c940fdb74bc21f112caea7cc0bc42df /meta/recipes-support/libpcre | |
parent | 1525641392eb818624f6e568fc6379fd07fef0c9 (diff) | |
download | poky-1efe414a67de27ac2e045e0ed6209e33cdeb7ec0.tar.gz |
libpcre: upgrade to 8.43
Licence checksum updated because the copyright dates were changed.
(From OE-Core rev: f3896b69c78abeaefc1c60e7a6d7b2ed85eb7015)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.43.bb (renamed from meta/recipes-support/libpcre/libpcre_8.42.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.42.bb b/meta/recipes-support/libpcre/libpcre_8.43.bb index 3a488c00b7..d54b394197 100644 --- a/meta/recipes-support/libpcre/libpcre_8.42.bb +++ b/meta/recipes-support/libpcre/libpcre_8.43.bb | |||
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions" | |||
6 | HOMEPAGE = "http://www.pcre.org" | 6 | HOMEPAGE = "http://www.pcre.org" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=fc5026403b44c868c25fc9546f7feb05" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=91bee59d1b327eb1599b4c673e2fb3d1" |
10 | SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \ | 10 | SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \ |
11 | file://pcre-cross.patch \ | 11 | file://pcre-cross.patch \ |
12 | file://fix-pcre-name-collision.patch \ | 12 | file://fix-pcre-name-collision.patch \ |
@@ -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] = "085b6aa253e0f91cae70b3cdbe8c1ac2" | 17 | SRC_URI[md5sum] = "636222e79e392c3d95dcc545f24f98c4" |
18 | SRC_URI[sha256sum] = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301" | 18 | SRC_URI[sha256sum] = "91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b" |
19 | 19 | ||
20 | CVE_PRODUCT = "pcre" | 20 | CVE_PRODUCT = "pcre" |
21 | 21 | ||