blob: 6077daf76e099d0ba0c885c6da1e13a688f1cf54 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "HTTP/2 C Library and tools"
2HOMEPAGE = "https://nghttp2.org/"
3SECTION = "libs"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec"
6
Brad Bishop26bdd442019-08-16 17:08:17 -04007+UPSTREAM_CHECK_URI = "https://github.com/nghttp2/nghttp2/releases"
8
Brad Bishopc342db32019-05-15 21:57:59 -04009SRC_URI = "https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz"
Brad Bishop26bdd442019-08-16 17:08:17 -040010SRC_URI[md5sum] = "02b015cb178c46f27dd87228e33db35f"
11SRC_URI[sha256sum] = "679160766401f474731fd60c3aca095f88451e3cc4709b72306e4c34cf981448"
Brad Bishopc342db32019-05-15 21:57:59 -040012
13DEPENDS = "libxml2 openssl zlib jansson cunit c-ares"
14
15inherit cmake pythonnative python-dir