diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-01 13:39:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-03 22:08:26 +0000 |
commit | ea169466c9d3ec9a8c1764f6bfc01b9aec6b3940 (patch) | |
tree | abd4a859c210bce215cc6dfcc5036fed93bd753d /meta | |
parent | 8a0c1647395c07f69d296cf982d0bccd9cc9bff0 (diff) | |
download | poky-ea169466c9d3ec9a8c1764f6bfc01b9aec6b3940.tar.gz |
nghttp2: upgrade 1.58.0 -> 1.59.0
(From OE-Core rev: 4414f0297c7d1b84ec4c1363fe8a91b6e5bd9695)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.59.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.58.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.58.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb index 7b2ff4b778..fa0013ca9c 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.58.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.59.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "\ | |||
8 | ${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \ | 8 | ${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \ |
9 | file://0001-fetch-ocsp-response-use-python3.patch \ | 9 | file://0001-fetch-ocsp-response-use-python3.patch \ |
10 | " | 10 | " |
11 | SRC_URI[sha256sum] = "4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0" | 11 | SRC_URI[sha256sum] = "fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb" |
12 | 12 | ||
13 | inherit cmake manpages python3native github-releases | 13 | inherit cmake manpages python3native github-releases |
14 | PACKAGECONFIG[manpages] = "" | 14 | PACKAGECONFIG[manpages] = "" |