diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-14 11:28:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-16 15:40:11 +0100 |
commit | 3dd8e2882929181448c69e19eee5e7bbb27a06cb (patch) | |
tree | 47a5e62dc01535dfe12d4f5292eba4db7e80e11f /meta/recipes-support | |
parent | 404bf4c7ca8130ba926bb33a72bf5628f31fc433 (diff) | |
download | poky-3dd8e2882929181448c69e19eee5e7bbb27a06cb.tar.gz |
nghttp2: upgrade 1.52.0 -> 1.53.0
(From OE-Core rev: cc7fb8330059fb632bf55a28875e38c3190470c9)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.53.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.52.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.53.0.bb index f57a15954d..88d5f31083 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.53.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] = "3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d" | 11 | SRC_URI[sha256sum] = "b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809" |
12 | 12 | ||
13 | inherit cmake manpages python3native github-releases | 13 | inherit cmake manpages python3native github-releases |
14 | PACKAGECONFIG[manpages] = "" | 14 | PACKAGECONFIG[manpages] = "" |