blob: b201530cf66bf1ecfc1e941cb2d40d7fea6426e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require curl-common.inc
inherit native
DEPENDS = "zlib-native"
PR = "${INC_PR}.2"
CURL_FEATURES = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
do_stage () {
autotools_stage_all
}
do_install() {
:
}
|