From 544a96255203a6779d1f0022d003c6680f330511 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Sat, 3 May 2014 00:21:23 +0200 Subject: curl: Backport a fix for a build issue mkhelp: generate code for --disable-manual as well This allows configure --disable-manual to run and build without having to regenerate the src/tool_hugehelp.c file which otherwise is necessary since we ship tarballs with that file present. Signed-off-by: Tudor Florea Signed-off-by: Richard Purdie --- meta/recipes-support/curl/curl_7.36.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/curl/curl_7.36.0.bb') diff --git a/meta/recipes-support/curl/curl_7.36.0.bb b/meta/recipes-support/curl/curl_7.36.0.bb index 6f5546321a..bd7191d284 100644 --- a/meta/recipes-support/curl/curl_7.36.0.bb +++ b/meta/recipes-support/curl/curl_7.36.0.bb @@ -11,6 +11,7 @@ DEPENDS_class-nativesdk = "nativesdk-zlib" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://pkgconfig_fix.patch \ + file://generate_code_for_disable_manual.patch \ " # curl likes to set -g0 in CFLAGS, so we stop it -- cgit 1.2.3-korg