avs_mtk_voice/meta/meta-mediatek-aud/recipes-support/nghttp2/nghttp2_1.47.0.bb

19 lines
662 B
BlitzBasic
Raw Normal View History

SUMMARY = "HTTP/2 C Library and tools"
HOMEPAGE = "https://nghttp2.org/"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec"
2022-06-13 00:54:33 +00:00
SRC_URI = "https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz"
SRC_URI[md5sum] = "6c8c35dd14a36673a9b86a7892b800f8"
SRC_URI[sha256sum] = "68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc"
2022-05-14 03:59:51 +00:00
DEPENDS = "libxml2 openssl zlib jansson cunit c-ares jemalloc"
inherit cmake pythonnative python-dir
do_install_append() {
install -d ${D}${libdir}/pkgconfig
install -m 0755 ${B}/lib/libnghttp2.pc ${D}${libdir}/pkgconfig/libnghttp2.pc
2022-06-13 00:54:33 +00:00
}