diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-30 17:13:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-07 22:12:50 +0100 |
commit | 7851c4caf8ac44a6ca186d66ceeec923ea70f880 (patch) | |
tree | 41e29bdc252cad3c67d6a1525d302ea38d56b176 | |
parent | eef530b574c399845a3e3f0f146ffdf73bb682a9 (diff) | |
download | poky-7851c4caf8ac44a6ca186d66ceeec923ea70f880.tar.gz |
nghttp2: upgrade 1.65.0 -> 1.66.0
(From OE-Core rev: 9ae7de2eca0c26f574b3484665ec2a39a0a4544a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.66.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.65.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.66.0.bb index 008935f165..2886681827 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.66.0.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" |
6 | 6 | ||
7 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz" | 7 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz" |
8 | SRC_URI[sha256sum] = "f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331" | 8 | SRC_URI[sha256sum] = "00ba1bdf0ba2c74b2a4fe6c8b1069dc9d82f82608af24442d430df97c6f9e631" |
9 | 9 | ||
10 | inherit cmake manpages python3native github-releases | 10 | inherit cmake manpages python3native github-releases |
11 | PACKAGECONFIG[manpages] = "" | 11 | PACKAGECONFIG[manpages] = "" |