summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.26.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-12-14 14:51:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-14 15:05:29 +0000
commit312dd2ee8ebaa40e71d6a199453d4c8ae325cfc5 (patch)
tree7af68b97e197c11f34bb125679eee94f0e415314 /meta/recipes-support/curl/curl_7.26.0.bb
parentf3f4ac33ee7fa9cd35d06821fc3e26077303998a (diff)
downloadpoky-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/curl/curl_7.26.0.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.26.0.bb2
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"
38CURLGNUTLS_class-nativesdk = "--without-gnutls --without-ssl" 38CURLGNUTLS_class-nativesdk = "--without-gnutls --without-ssl"
39 39
40do_configure_prepend() { 40do_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
44PACKAGES =+ "${PN}-certs libcurl libcurl-dev libcurl-staticdev libcurl-doc" 44PACKAGES =+ "${PN}-certs libcurl libcurl-dev libcurl-staticdev libcurl-doc"