diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 13:41:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:08 +0100 |
commit | c479bd5f35d1ec9a4838ef93a25da06dc228bf99 (patch) | |
tree | 976762ce08f69857745d903d79eff75fddb4f13b /meta/recipes-support | |
parent | 06687ca4d68af9e8aa269ed100e5251f8d2dbbff (diff) | |
download | poky-c479bd5f35d1ec9a4838ef93a25da06dc228bf99.tar.gz |
nghttp2: upgrade 1.48.0 -> 1.49.0
(From OE-Core rev: d625f843241f23d194bcccbc864871c9aa538b01)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.49.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.48.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.49.0.bb index 4ff3ab829b..b7bcd0ece0 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.48.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.49.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 | " |
13 | SRC_URI[sha256sum] = "47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4" | 13 | SRC_URI[sha256sum] = "b0cfd492bbf0b131c472e8f6501c9f4ee82b51b68130f47b278c0b7c9848a66e" |
14 | 14 | ||
15 | inherit cmake manpages python3native | 15 | inherit cmake manpages python3native |
16 | PACKAGECONFIG[manpages] = "" | 16 | PACKAGECONFIG[manpages] = "" |