[oe-commits] Khem Raj : curl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned

git version control git at git.openembedded.org
Mon Oct 11 21:24:15 UTC 2010


Module: openembedded.git
Branch: master
Commit: bf2f44fc9b81f4035868eb2d38f951c8b9eb9216
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bf2f44fc9b81f4035868eb2d38f951c8b9eb9216

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Oct 11 14:20:36 2010 -0700

curl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned

* Using BBCLASSEXTEND for native nativesdk and sdk needs
  adjusting the DEPENDS and EXTRA_OECONF

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/curl/curl_7.21.1.bb |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/recipes/curl/curl_7.21.1.bb b/recipes/curl/curl_7.21.1.bb
index 237e54a..e6192a9 100644
--- a/recipes/curl/curl_7.21.1.bb
+++ b/recipes/curl/curl_7.21.1.bb
@@ -1,11 +1,19 @@
 require curl-common.inc
 require curl-target.inc
 
-PR = "${INC_PR}"
+PR = "${INC_PR}.1"
+
+DEPENDS_virtclass-native = "zlib-native"
+CURL_FEATURES_virtclass-native = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
+
+DEPENDS_virtclass-nativesdk = "zlib-sdk"
+DEPENDS_virtclass-sdk = "zlib-sdk"
+EXTRA_OECONF_virtclass-sdk = " --without-gnutls "
+EXTRA_OECONF_virtclass-nativesdk = " --without-gnutls "
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://off_t_abi_fix.patch;striplevel=0"
 
-BBCLASSEXTEND = "native nativesdk"
+BBCLASSEXTEND = "native nativesdk sdk"
 SRC_URI[md5sum] = "eafde5b933bce1c1dca82d1054c8d967"
 SRC_URI[sha256sum] = "653b3214005c778a8c642af4e5dea46c74f7bf51017a568bb8725ea9eda73643"





More information about the Openembedded-commits mailing list