summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpcre
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-22 13:21:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-26 11:27:16 +0100
commitaffde31a0d5e121fd72670dba6305c47c399b80c (patch)
tree2593ecc89042730118002ab6c4ed310ae98daad5 /meta/recipes-support/libpcre
parent75412907da37a7d30f2af6569c3543fc847995d3 (diff)
downloadpoky-affde31a0d5e121fd72670dba6305c47c399b80c.tar.gz
libpcre: upgrade 8.44 -> 8.45
License-Update: copyright years (From OE-Core rev: 19358939442d659a337cd525e2a33581d6c87b34) (From OE-Core rev: e1613edf0631a785485be671737afabe230c992e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.45.bb (renamed from meta/recipes-support/libpcre/libpcre_8.44.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.44.bb b/meta/recipes-support/libpcre/libpcre_8.45.bb
index cd80dc7345..345c46e86e 100644
--- a/meta/recipes-support/libpcre/libpcre_8.44.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.45.bb
@@ -6,14 +6,13 @@ SUMMARY = "Perl Compatible Regular Expressions"
6HOMEPAGE = "http://www.pcre.org" 6HOMEPAGE = "http://www.pcre.org"
7SECTION = "devel" 7SECTION = "devel"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENCE;md5=3bb381a66a5385b246d4877922e7511e" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=b5d5d1a69a24ea2718263f1ff85a1c58"
10SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \ 10SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
11 file://run-ptest \ 11 file://run-ptest \
12 file://Makefile \ 12 file://Makefile \
13 " 13 "
14 14
15SRC_URI[md5sum] = "cf7326204cc46c755b5b2608033d9d24" 15SRC_URI[sha256sum] = "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8"
16SRC_URI[sha256sum] = "19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d"
17 16
18CVE_PRODUCT = "pcre" 17CVE_PRODUCT = "pcre"
19 18