summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-06 10:07:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-08 00:09:42 +0100
commit1292a04f528caeb8d2e175f4bf81dd892e28c718 (patch)
tree09c29d8528fc92ae8f0116ca069254271fc0c007
parent3df20de3117ac3acdc726fdbe8e483253dfe0302 (diff)
downloadpoky-1292a04f528caeb8d2e175f4bf81dd892e28c718.tar.gz
nghttp2: upgrade 1.47.0 -> 1.48.0
(From OE-Core rev: 095ed8f7e16cd2c9ee23454b98e62310a0ca985b) 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>
-rw-r--r--meta/recipes-support/nghttp2/nghttp2_1.48.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.47.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb
index 58ce08084d..4ff3ab829b 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "\
10 https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \ 10 https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \
11 file://0001-fetch-ocsp-response-use-python3.patch \ 11 file://0001-fetch-ocsp-response-use-python3.patch \
12" 12"
13SRC_URI[sha256sum] = "68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc" 13SRC_URI[sha256sum] = "47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4"
14 14
15inherit cmake manpages python3native 15inherit cmake manpages python3native
16PACKAGECONFIG[manpages] = "" 16PACKAGECONFIG[manpages] = ""