[oe-commits] [openembedded-core] 04/58: curl: disable C source code generator

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:45:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4628548164c049b35dd6306b837e75f5f5c113d2
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Jul 17 11:06:57 2018 -0700

    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.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/curl/curl_7.61.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb
index 03d627e..cc983fd 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"
 PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
 
 EXTRA_OECONF = " \
+    --disable-libcurl-option \
     --disable-ntlm-wb \
     --enable-crypto-auth \
     --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list