diff options
Diffstat (limited to 'meta-networking/recipes-protocols/nghttp3/nghttp3_1.15.0.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/nghttp3/nghttp3_1.15.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/nghttp3/nghttp3_1.15.0.bb b/meta-networking/recipes-protocols/nghttp3/nghttp3_1.15.0.bb new file mode 100644 index 0000000000..2539939bb1 --- /dev/null +++ b/meta-networking/recipes-protocols/nghttp3/nghttp3_1.15.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "HTTP/3 library written in C" | ||
| 2 | HOMEPAGE = "https://nghttp2.org/nghttp3" | ||
| 3 | BUGTRACKER = "https://github.com/ngtcp2/nghttp3/issues" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2005b8c7595329cc8ab211085467600a" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/ngtcp2/nghttp3;protocol=https;branch=main;tag=v${PV};name=nghttp3 \ | ||
| 8 | git://github.com/ngtcp2/munit;protocol=https;branch=main;name=munit;subdir=${S}/tests/munit \ | ||
| 9 | git://github.com/ngtcp2/sfparse;protocol=https;branch=main;name=sfparse;subdir=${S}/lib/sfparse \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRCREV_nghttp3 = "d326f4c1eb3f6a780d77793b30e16756c498f913" | ||
| 13 | SRCREV_munit = "11e8e3466b2d6a8bdfd4b05a3d1ee7805c5d3442" | ||
| 14 | SRCREV_sfparse = "ff7f230e7df2844afef7dc49631cda03a30455f3" | ||
| 15 | |||
| 16 | SRCREV_FORMAT = "nghttp3" | ||
| 17 | |||
| 18 | inherit cmake | ||
| 19 | |||
| 20 | PACKAGECONFIG ?= "shared" | ||
| 21 | |||
| 22 | PACKAGECONFIG[static] = "-DENABLE_STATIC=ON, -DENABLE_STATIC=OFF" | ||
| 23 | PACKAGECONFIG[shared] = "-DENABLE_SHARED=ON, -DENABLE_SHARED=OFF" | ||
| 24 | PACKAGECONFIG[build-lib-only] = "-DENABLE_LIB_ONLY=ON, -DENABLE_LIB_ONLY=OFF" | ||
