curl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned
authorKhem Raj <raj.khem@gmail.com>
Mon, 11 Oct 2010 21:20:36 +0000 (14:20 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 11 Oct 2010 21:21:57 +0000 (14:21 -0700)
* Using BBCLASSEXTEND for native nativesdk and sdk needs
  adjusting the DEPENDS and EXTRA_OECONF

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/curl/curl_7.21.1.bb

index 237e54a..e6192a9 100644 (file)
@@ -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"