[oe-commits] Koen Kooi : curl-native: disable gnutls since we don' t have a gnutls-native recipe

git version control git at git.openembedded.org
Tue Nov 10 09:51:59 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 10 10:51:09 2009 +0100

curl-native: disable gnutls since we don't have a gnutls-native recipe

* this fixes an opkg-native build bug

---

 recipes/curl/curl-native_7.19.6.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/curl/curl-native_7.19.6.bb b/recipes/curl/curl-native_7.19.6.bb
index d395021..b201530 100644
--- a/recipes/curl/curl-native_7.19.6.bb
+++ b/recipes/curl/curl-native_7.19.6.bb
@@ -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





More information about the Openembedded-commits mailing list