From 5a9b6d3257e33c6ba868c8f6b0b71383d942a067 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 22 Jun 2019 00:05:12 +0200 Subject: nghttp2: update to 1.39.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-networking/recipes-support/nghttp2/nghttp2_1.38.0.bb | 13 ------------- meta-networking/recipes-support/nghttp2/nghttp2_1.39.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 meta-networking/recipes-support/nghttp2/nghttp2_1.38.0.bb create mode 100644 meta-networking/recipes-support/nghttp2/nghttp2_1.39.1.bb diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.38.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.38.0.bb deleted file mode 100644 index 42b4379338..0000000000 --- a/meta-networking/recipes-support/nghttp2/nghttp2_1.38.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] = "45b47086ee6da8171e11887c1665f275" -SRC_URI[sha256sum] = "ef75c761858241c6b4372fa6397aa0481a984b84b7b07c4ec7dc2d7b9eee87f8" - -DEPENDS = "libxml2 openssl zlib jansson cunit c-ares" - -inherit cmake pythonnative python-dir diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.39.1.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.39.1.bb new file mode 100644 index 0000000000..6077daf76e --- /dev/null +++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.39.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "HTTP/2 C Library and tools" +HOMEPAGE = "https://nghttp2.org/" +SECTION = "libs" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" + ++UPSTREAM_CHECK_URI = "https://github.com/nghttp2/nghttp2/releases" + +SRC_URI = "https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz" +SRC_URI[md5sum] = "02b015cb178c46f27dd87228e33db35f" +SRC_URI[sha256sum] = "679160766401f474731fd60c3aca095f88451e3cc4709b72306e4c34cf981448" + +DEPENDS = "libxml2 openssl zlib jansson cunit c-ares" + +inherit cmake pythonnative python-dir -- cgit 1.2.3-korg