summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-05 21:17:50 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-16 11:18:36 -0700
commit0541742ec0c85acb1fc07c85cbb8e01e61af18be (patch)
tree0e845f4f6eccbc7f0e90794b9615809eef8e9c7f /meta-networking/recipes-protocols
parent822634e84906a4fc5321c0e5404ab2b19f4e3efd (diff)
downloadmeta-openembedded-0541742ec0c85acb1fc07c85cbb8e01e61af18be.tar.gz
ngtcp2: add recipe
ngtcp2 project is an effort to implement IETF QUIC protocol It is a dependency of the new Samba recipe. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb
new file mode 100644
index 0000000000..f71de5aa07
--- /dev/null
+++ b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "ngtcp2 project is an effort to implement IETF QUIC protocol"
2HOMEPAGE = "https://nghttp2.org/ngtcp2"
3BUGTRACKER = "https://github.com/ngtcp2/ngtcp2/issues"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434"
6
7SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV};name=ngtcp2"
8SRCREV = "9e32add590fc74707b62f61aa5e0aa5c6f8a2c60"
9
10DEPENDS = "brotli libev nghttp3"
11
12inherit cmake
13
14PACKAGECONFIG ?= "shared gnutls"
15
16PACKAGECONFIG[static] = "-DENABLE_STATIC_LIB=ON, -DENABLE_STATIC_LIB=OFF"
17PACKAGECONFIG[shared] = "-DENABLE_SHARED_LIB=ON, -DENABLE_SHARED_LIB=OFF"
18PACKAGECONFIG[build-lib-only] = "-DENABLE_LIB_ONLY=ON, -DENABLE_LIB_ONLY=OFF"
19PACKAGECONFIG[openssl] = "-DENABLE_OPENSSL=ON, -DENABLE_OPENSSL=OFF, openssl"
20PACKAGECONFIG[gnutls] = "-DENABLE_GNUTLS=ON, -DENABLE_GNUTLS=OFF, gnutls"