diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-10-20 16:30:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:14:38 +0000 |
commit | 43bddc6aab9af803c85203068206d4b3aebba197 (patch) | |
tree | 39bc76794cf19b1f5b53005b02664cad62b71365 /meta/recipes-support | |
parent | 7c1e1f3e15644dc1f43c3d424573c857064d5a3d (diff) | |
download | poky-43bddc6aab9af803c85203068206d4b3aebba197.tar.gz |
libpcre2: update to 10.32
LIC_FILES_CHKSUM changed do to typo fixes and tidies for 10.32
see: https://www.pcre.org/changelog.txt
(From OE-Core rev: e619b06dd8b66b802dd87174cfa57bd6a4a47e93)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.32.bb (renamed from meta/recipes-support/libpcre/libpcre2_10.31.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.31.bb b/meta/recipes-support/libpcre/libpcre2_10.32.bb index a10c312e97..3a0aa53029 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.31.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.32.bb | |||
@@ -8,14 +8,14 @@ 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" | 10 | LICENSE = "BSD" |
11 | LIC_FILES_CHKSUM = "file://LICENCE;md5=f5e4bde9fd0493d0967b4dba9899590f" | 11 | LIC_FILES_CHKSUM = "file://LICENCE;md5=cf66d307bf03bae65d413eb7a8e603a0" |
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 | file://pcre-cross.patch \ | 14 | file://pcre-cross.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "e0b91c891a3c49050f7fd15de33d0ba4" | 17 | SRC_URI[md5sum] = "8a096287153fb994970df3570e90fcb5" |
18 | SRC_URI[sha256sum] = "e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac" | 18 | SRC_URI[sha256sum] = "f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e" |
19 | 19 | ||
20 | CVE_PRODUCT = "pcre2" | 20 | CVE_PRODUCT = "pcre2" |
21 | 21 | ||