diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-14 14:51:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-14 15:05:29 +0000 |
commit | 312dd2ee8ebaa40e71d6a199453d4c8ae325cfc5 (patch) | |
tree | 7af68b97e197c11f34bb125679eee94f0e415314 /meta/recipes-support | |
parent | f3f4ac33ee7fa9cd35d06821fc3e26077303998a (diff) | |
download | poky-312dd2ee8ebaa40e71d6a199453d4c8ae325cfc5.tar.gz |
curl: fix out-of-tree builds
(From OE-Core rev: f09b09c96996a9bb30fbad50de957faf0b31389e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.26.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.26.0.bb b/meta/recipes-support/curl/curl_7.26.0.bb index fef247c5d1..c95788ba45 100644 --- a/meta/recipes-support/curl/curl_7.26.0.bb +++ b/meta/recipes-support/curl/curl_7.26.0.bb | |||
@@ -38,7 +38,7 @@ CURLGNUTLS_class-native = "--without-gnutls --with-ssl" | |||
38 | CURLGNUTLS_class-nativesdk = "--without-gnutls --without-ssl" | 38 | CURLGNUTLS_class-nativesdk = "--without-gnutls --without-ssl" |
39 | 39 | ||
40 | do_configure_prepend() { | 40 | do_configure_prepend() { |
41 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac | 41 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g ${S}/configure.ac |
42 | } | 42 | } |
43 | 43 | ||
44 | PACKAGES =+ "${PN}-certs libcurl libcurl-dev libcurl-staticdev libcurl-doc" | 44 | PACKAGES =+ "${PN}-certs libcurl libcurl-dev libcurl-staticdev libcurl-doc" |