summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-02 10:13:28 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 19:29:06 -0700
commitbd0446e5d0b88e4e2963d3ac54c4acc885284cfc (patch)
treeecc48692bdfb4b67b4b9a690797385a48df8c202
parent636842dbfbbbe813c980549b9edc20092b0f178d (diff)
downloadmeta-openembedded-bd0446e5d0b88e4e2963d3ac54c4acc885284cfc.tar.gz
ngtcp2: upgrade 1.21.0 -> 1.22.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb (renamed from meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb
index f71de5aa07..f7c0ee0d4f 100644
--- a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb
+++ b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434" 5LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434"
6 6
7SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV};name=ngtcp2" 7SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV};name=ngtcp2"
8SRCREV = "9e32add590fc74707b62f61aa5e0aa5c6f8a2c60" 8SRCREV = "2a441e8540d192b0707989b146ce80efcae5f0d6"
9 9
10DEPENDS = "brotli libev nghttp3" 10DEPENDS = "brotli libev nghttp3"
11 11