diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-30 05:49:23 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-10-01 07:37:58 +0000 |
commit | 4c42369706adf72b984add10f255e86ad34c2e67 (patch) | |
tree | a3c0239f05668c3b21e3541602e5fe0000b49b71 /meta-agl-profile-core/recipes-support/nghttp2 | |
parent | 4859cb58f4de2b82ad126acf23b1178a22a50ac3 (diff) |
meta-agl-profile-core: update curl and nghttp2
Backport newer curl and nghttp2 recipes, and bbappend curl to enable
nghttp2 support by default when building for target. In concert with
a change to mask out the curl bbappend in meta-aac, this should
provide the requirements for alexa-voiceagent-service and avoid
significant rebuilds when the agl-voiceagent-alexa feature is
enabled/disabled.
The curl recipe backport is from commit 0b7320b in upstream oe-core
master branch, the nghttp2 recipe backport is from commit 5a9b6d3 in
meta-networking in meta-openembedded master branch.
Bug-AGL: SPEC-2839
Change-Id: Id1ec872dfcb4ecc7a9ba68bdefb114ceeff066c3
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 7f4b218599f3c6a0c7b77d1d2866e5b71d920179)
Diffstat (limited to 'meta-agl-profile-core/recipes-support/nghttp2')
-rw-r--r-- | meta-agl-profile-core/recipes-support/nghttp2/nghttp2_1.39.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-support/nghttp2/nghttp2_1.39.1.bb b/meta-agl-profile-core/recipes-support/nghttp2/nghttp2_1.39.1.bb new file mode 100644 index 000000000..6077daf76 --- /dev/null +++ b/meta-agl-profile-core/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 |