summaryrefslogtreecommitdiffstats
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
parentf3f4ac33ee7fa9cd35d06821fc3e26077303998a (diff)
downloadast2050-yocto-poky-312dd2ee8ebaa40e71d6a199453d4c8ae325cfc5.zip
ast2050-yocto-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>
-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 fef247c..c95788b 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"
CURLGNUTLS_class-nativesdk = "--without-gnutls --without-ssl"
do_configure_prepend() {
- sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g configure.ac
+ sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g ${S}/configure.ac
}
PACKAGES =+ "${PN}-certs libcurl libcurl-dev libcurl-staticdev libcurl-doc"
OpenPOWER on IntegriCloud