diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-28 11:14:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-31 14:31:01 +0100 |
commit | 4204271747f65f9da2233b6e925989b700e74d34 (patch) | |
tree | e72c337cfa9e467dde289bb9ea97de23b1327086 /meta/recipes-support | |
parent | 9b386cf2f9d563bb578e50e68feed92ed66df394 (diff) | |
download | poky-4204271747f65f9da2233b6e925989b700e74d34.tar.gz |
libpcre2: upgrade 10.36 -> 10.37
Only the copyright year changed in license text.
(From OE-Core rev: 07d1c6948ec7b688f461e737a5afb00f3eb0c1cb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.37.bb (renamed from meta/recipes-support/libpcre/libpcre2_10.36.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.36.bb b/meta/recipes-support/libpcre/libpcre2_10.37.bb index d8077a1224..b596fbe87d 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.36.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.37.bb | |||
@@ -8,11 +8,11 @@ SUMMARY = "Perl Compatible Regular Expressions version 2" | |||
8 | HOMEPAGE = "http://www.pcre.org" | 8 | HOMEPAGE = "http://www.pcre.org" |
9 | SECTION = "devel" | 9 | SECTION = "devel" |
10 | LICENSE = "BSD-3-Clause" | 10 | LICENSE = "BSD-3-Clause" |
11 | LIC_FILES_CHKSUM = "file://LICENCE;md5=60c08fab1357bfe9084b333bc33362d6" | 11 | LIC_FILES_CHKSUM = "file://LICENCE;md5=6b3022283c9a79238d521848ea9dcb4d" |
12 | 12 | ||
13 | SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2" | 13 | SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "a9ef39278113542968c7c73a31cfcb81aca1faa64690f400b907e8ab6b4a665c" | 15 | SRC_URI[sha256sum] = "4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270" |
16 | 16 | ||
17 | CVE_PRODUCT = "pcre2" | 17 | CVE_PRODUCT = "pcre2" |
18 | 18 | ||