aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-04-21 00:00:21 +0200
committerKhem Raj <raj.khem@gmail.com>2019-04-27 10:13:07 -0700
commit980435a7d7f9f9a170537f2ba23a378d14b1591b (patch)
treed70a0da16d1bd5a7d6aace574a49b33ea6c08800 /meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb
parent80cdc95a31dc08495d9de76b7bc9eb915a3dfaf9 (diff)
downloadmeta-openembedded-980435a7d7f9f9a170537f2ba23a378d14b1591b.tar.gz
nghttp2: update to 1.38
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb')
-rw-r--r--meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb
deleted file mode 100644
index 50196d6697..0000000000
--- a/meta-networking/recipes-support/nghttp2/nghttp2_1.37.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "HTTP/2 C Library and tools"
-HOMEPAGE = "https://nghttp2.org/"
-SECTION = "libs"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec"
-
-SRC_URI = "https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz"
-SRC_URI[md5sum] = "dc7536d02aa7d4883c20eaf637747381"
-SRC_URI[sha256sum] = "aa090b164b17f4b91fe32310a1c0edf3e97e02cd9d1524eef42d60dd1e8d47b7"
-
-DEPENDS = "libxml2 openssl zlib jansson cunit c-ares"
-
-inherit cmake pythonnative python-dir