diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-05 21:17:50 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-16 11:18:36 -0700 |
| commit | 0541742ec0c85acb1fc07c85cbb8e01e61af18be (patch) | |
| tree | 0e845f4f6eccbc7f0e90794b9615809eef8e9c7f /meta-networking/recipes-protocols | |
| parent | 822634e84906a4fc5321c0e5404ab2b19f4e3efd (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "ngtcp2 project is an effort to implement IETF QUIC protocol" | ||
| 2 | HOMEPAGE = "https://nghttp2.org/ngtcp2" | ||
| 3 | BUGTRACKER = "https://github.com/ngtcp2/ngtcp2/issues" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434" | ||
| 6 | |||
| 7 | SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV};name=ngtcp2" | ||
| 8 | SRCREV = "9e32add590fc74707b62f61aa5e0aa5c6f8a2c60" | ||
| 9 | |||
| 10 | DEPENDS = "brotli libev nghttp3" | ||
| 11 | |||
| 12 | inherit cmake | ||
| 13 | |||
| 14 | PACKAGECONFIG ?= "shared gnutls" | ||
| 15 | |||
| 16 | PACKAGECONFIG[static] = "-DENABLE_STATIC_LIB=ON, -DENABLE_STATIC_LIB=OFF" | ||
| 17 | PACKAGECONFIG[shared] = "-DENABLE_SHARED_LIB=ON, -DENABLE_SHARED_LIB=OFF" | ||
| 18 | PACKAGECONFIG[build-lib-only] = "-DENABLE_LIB_ONLY=ON, -DENABLE_LIB_ONLY=OFF" | ||
| 19 | PACKAGECONFIG[openssl] = "-DENABLE_OPENSSL=ON, -DENABLE_OPENSSL=OFF, openssl" | ||
| 20 | PACKAGECONFIG[gnutls] = "-DENABLE_GNUTLS=ON, -DENABLE_GNUTLS=OFF, gnutls" | ||
