diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-06-21 17:08:30 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:18 +0100 |
commit | 9e0a03725416ade2ae423d8f28d82bc8aa87d4bc (patch) | |
tree | 131026f92f2910fc0a66ae9ca0e9840c3e3e6819 /meta/recipes-support | |
parent | d6b997841f850681bf383d61bc76bff69bb3a630 (diff) | |
download | poky-9e0a03725416ade2ae423d8f28d82bc8aa87d4bc.tar.gz |
libpcre2: 10.22 -> 10.23
1. Upgrade libpcre2 from 10.22 to 10.23
2. Update the checksum of LIC_FILES_CHKSUM
The copyright time of LICENCE is updated to 2017, the content of LICENCE has no change.
(From OE-Core rev: ed80c94d0099c5a1a75c1e00805fd09f67b6cbbd)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.23.bb (renamed from meta/recipes-support/libpcre/libpcre2_10.22.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.22.bb b/meta/recipes-support/libpcre/libpcre2_10.23.bb index 1e00ed54d1..17d397ebd5 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.22.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.23.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=ab9633efd38d6f799398df2c248b5aec" | 11 | LIC_FILES_CHKSUM = "file://LICENCE;md5=3de34df49e1fe3c3b59a08dff214488b" |
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] = "c0c02517938ee2b0d350d53edf450664" | 17 | SRC_URI[md5sum] = "b2cd00ca7e24049040099b0a46bb3649" |
18 | SRC_URI[sha256sum] = "b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416" | 18 | SRC_URI[sha256sum] = "dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e" |
19 | 19 | ||
20 | S = "${WORKDIR}/pcre2-${PV}" | 20 | S = "${WORKDIR}/pcre2-${PV}" |
21 | 21 | ||