aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/curl/curl-native_7.18.2.bb
blob: c95591b70b002c4e8a0cfeaa1059b05e5ab51428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require curl-common.inc
inherit native
DEPENDS = "zlib-native"
PR = "r1"

do_stage () {
	autotools_stage_all
}

do_install() {
	:
}