summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-07-17 11:06:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-26 13:16:40 +0100
commitf8ad479c16b21f477578198ee006336f8ef03eda (patch)
tree26f067d04c192aae777583a603d6fa016147b33e /meta/recipes-support/curl
parent8fdbb0381dc7d9beee30c38e41e140b0a7c2838b (diff)
downloadpoky-f8ad479c16b21f477578198ee006336f8ef03eda.tar.gz
curl: disable C source code generator
The --libcurl command line option causes curl to generate C source code which, when compiled and linked with libcurl, creates a binary which behaves in the same way as curl when run with the other options passed on the curl command line. https://curl.haxx.se/docs/manpage.html#--libcurl It's a development tool and not generally useful on the target, especially if the target doesn't contain a toolchain etc. (From OE-Core rev: a1cda48761f70b5989bb8b9c91d71c0b3a03466e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r--meta/recipes-support/curl/curl_7.61.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb
index 03d627e8bb..cc983fd4a6 100644
--- a/meta/recipes-support/curl/curl_7.61.0.bb
+++ b/meta/recipes-support/curl/curl_7.61.0.bb
@@ -49,6 +49,7 @@ PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose"
49PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" 49PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
50 50
51EXTRA_OECONF = " \ 51EXTRA_OECONF = " \
52 --disable-libcurl-option \
52 --disable-ntlm-wb \ 53 --disable-ntlm-wb \
53 --enable-crypto-auth \ 54 --enable-crypto-auth \
54 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ 55 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \