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

do_stage () {
	autotools_stage_all
}

do_install() {
	:
}