diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.23.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.23.bb b/meta/recipes-support/libpcre/libpcre2_10.23.bb index 17d397ebd5..794d973d71 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.23.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.23.bb | |||
@@ -17,6 +17,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \ | |||
17 | SRC_URI[md5sum] = "b2cd00ca7e24049040099b0a46bb3649" | 17 | SRC_URI[md5sum] = "b2cd00ca7e24049040099b0a46bb3649" |
18 | SRC_URI[sha256sum] = "dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e" | 18 | SRC_URI[sha256sum] = "dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e" |
19 | 19 | ||
20 | CVE_PRODUCT = "pcre2" | ||
21 | |||
20 | S = "${WORKDIR}/pcre2-${PV}" | 22 | S = "${WORKDIR}/pcre2-${PV}" |
21 | 23 | ||
22 | PROVIDES += "pcre2" | 24 | PROVIDES += "pcre2" |