diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 20:30:06 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-10-18 06:04:40 -0700 |
| commit | 302fd9c095e408458439fabbbdaeed899d99b17e (patch) | |
| tree | 61cdf049b2631c63868d79a001a047453fca8b23 | |
| parent | 597c0519234be91786d57e579470bd3bbefe1cdb (diff) | |
| download | poky-302fd9c095e408458439fabbbdaeed899d99b17e.tar.gz | |
libpcre2: Update base uri PhilipHazel -> PCRE2Project
(From OE-Core rev: 31861ad29c18ee76185970335fe86441ffba0442)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bd6d18228835773163a085070651e13ed961d66d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.43.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.43.bb b/meta/recipes-support/libpcre/libpcre2_10.43.bb index fd0bd79212..f744df88fa 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.43.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.43.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a" | |||
| 12 | 12 | ||
| 13 | SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" | 13 | SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" |
| 14 | 14 | ||
| 15 | GITHUB_BASE_URI = "https://github.com/PhilipHazel/pcre2/releases" | 15 | GITHUB_BASE_URI = "https://github.com/PCRE2Project/pcre2/releases" |
| 16 | UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>\d+(\.\d+)+)$" | 16 | UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>\d+(\.\d+)+)$" |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb" | 18 | SRC_URI[sha256sum] = "e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb" |
