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

do_stage () {
	autotools_stage_all
}

do_install() {
	:
}