diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:05:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:48 +0000 |
commit | f65916fa1d2069b205b80041ac93420fe06f3d51 (patch) | |
tree | 1deabc131451687686c119c35ae752a662071b94 /meta | |
parent | b9577ddc11fd4699562672329ff800e0c5bb8c93 (diff) | |
download | poky-f65916fa1d2069b205b80041ac93420fe06f3d51.tar.gz |
nghttp2: upgrade 1.50.0 -> 1.51.0
(From OE-Core rev: bdd2a88cce2201cc58aca74dd638b92808dca3ac)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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.51.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.50.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.50.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.51.0.bb index 66311b2edf..fc1a592200 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.50.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.51.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] = "af24007e34c18c782393a1dc3685f8fd5b50283e90a9191d25488eb50aa2c825" | 11 | SRC_URI[sha256sum] = "66aa76d97c143f42295405a31413e5e7d157968dad9f957bb4b015b598882e6b" |
12 | 12 | ||
13 | inherit cmake manpages python3native github-releases | 13 | inherit cmake manpages python3native github-releases |
14 | PACKAGECONFIG[manpages] = "" | 14 | PACKAGECONFIG[manpages] = "" |