summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.28.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/curl/curl_7.28.1.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.28.1.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.28.1.bb b/meta/recipes-support/curl/curl_7.28.1.bb
index 1f200668f4..91526f7827 100644
--- a/meta/recipes-support/curl/curl_7.28.1.bb
+++ b/meta/recipes-support/curl/curl_7.28.1.bb
@@ -8,10 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e66
8DEPENDS = "zlib gnutls" 8DEPENDS = "zlib gnutls"
9DEPENDS_class-native = "zlib-native openssl-native" 9DEPENDS_class-native = "zlib-native openssl-native"
10DEPENDS_class-nativesdk = "nativesdk-zlib" 10DEPENDS_class-nativesdk = "nativesdk-zlib"
11PR = "r2" 11PR = "r3"
12 12
13SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ 13SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
14 file://pkgconfig_fix.patch" 14 file://pkgconfig_fix.patch \
15 file://obsolete_automake_macros.patch \
16 file://dont_override_ac_config_macro_dir.patch \
17"
15 18
16# curl likes to set -g0 in CFLAGS, so we stop it 19# curl likes to set -g0 in CFLAGS, so we stop it
17# from mucking around with debug options 20# from mucking around with debug options