diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-28 14:10:53 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-28 14:10:53 +0000 |
| commit | 91ef6ae3fc81cf2558104d3372d62f25880ad906 (patch) | |
| tree | f3e418decff3e46e0dac20cffaa9291a62202034 | |
| parent | 971fc21b8e8fb942a472aace73b26ac4cc800e7f (diff) | |
| download | poky-91ef6ae3fc81cf2558104d3372d62f25880ad906.tar.gz | |
curl: Fix gnutls option (append ordering was incorrect)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/recipes-support/curl/curl_7.21.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/curl/curl_7.21.2.bb b/meta/recipes-support/curl/curl_7.21.2.bb index fd1d5ddf75..3208baf12f 100644 --- a/meta/recipes-support/curl/curl_7.21.2.bb +++ b/meta/recipes-support/curl/curl_7.21.2.bb | |||
| @@ -22,11 +22,12 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ | |||
| 22 | --with-random=/dev/urandom \ | 22 | --with-random=/dev/urandom \ |
| 23 | --without-libidn \ | 23 | --without-libidn \ |
| 24 | --enable-crypto-auth \ | 24 | --enable-crypto-auth \ |
| 25 | ${CURLGNUTLS} \ | ||
| 25 | " | 26 | " |
| 26 | 27 | ||
| 27 | EXTRA_OECONF_append = " --with-gnutls=${STAGING_LIBDIR}/../" | 28 | CURLGNUTLS = " --with-gnutls=${STAGING_LIBDIR}/../" |
| 28 | EXTRA_OECONF_virtclass-native_append = " --without-gnutls" | 29 | CURLGNUTLS_virtclass-native = "--without-gnutls" |
| 29 | EXTRA_OECONF_virtclass-nativesdk_append = " --without-gnutls" | 30 | CURLGNUTLS_virtclass-nativesdk = "--without-gnutls" |
| 30 | 31 | ||
| 31 | do_configure_prepend() { | 32 | do_configure_prepend() { |
| 32 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac | 33 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac |
