aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/curl/curl-native_7.18.2.bb
blob: f0e2b8940eb46452949f952e9131ac4bc78c998f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require curl_${PV}.bb
inherit native
DEPENDS = "zlib-native"

do_stage () {
	autotools_stage_all
}

do_install() {
	:
}