[oe] [PATCH] curl: option to enable http2 protocol support.

Burton, Ross ross.burton at intel.com
Mon Sep 25 19:03:37 UTC 2017


On 25 September 2017 at 19:38, baali <shantanu at senic.com> wrote:

> From: baali <baali at muse-amuse.in>
>
> With default --without-nghttp2 flag set there was no way to get
> http2 protocol support using nghttp2 library. Instead moved it to
> PACKAGECONFIG options


Wrong list: oe-core patches go to openembedded-core@ instead of -devel at .


> +PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2"


The configure.ac then checks for the libnghttp2 library which isn't listed
as a build dependency, so you'll need to add this here.

Ross



More information about the Openembedded-devel mailing list