git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ee9ab
)
curl-native: disable gnutls since we don't have a gnutls-native recipe
author
Koen Kooi
<koen@openembedded.org>
Tue, 10 Nov 2009 09:51:09 +0000
(10:51 +0100)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/recipes/curl/curl-native_7.19.6.bb
b/recipes/curl/curl-native_7.19.6.bb
index
d395021
..
b201530
100644
(file)
--- 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