[oe-commits] Ross Burton : curl: fix out-of-tree builds

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 17:44:08 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: f09b09c96996a9bb30fbad50de957faf0b31389e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f09b09c96996a9bb30fbad50de957faf0b31389e

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Dec 14 14:51:16 2012 +0000

curl: fix out-of-tree builds

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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"





More information about the Openembedded-commits mailing list