summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"