curl-native: disable gnutls since we don't have a gnutls-native recipe
authorKoen Kooi <koen@openembedded.org>
Tue, 10 Nov 2009 09:51:09 +0000 (10:51 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 10 Nov 2009 09:51:09 +0000 (10:51 +0100)
* this fixes an opkg-native build bug

recipes/curl/curl-native_7.19.6.bb

index d395021..b201530 100644 (file)
@@ -1,7 +1,9 @@
 require curl-common.inc
 inherit native
 DEPENDS = "zlib-native"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
+
+CURL_FEATURES = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
 
 do_stage () {
        autotools_stage_all