aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mingw/mingw-runtime-headers.inc
blob: 874a5db40818dc615c479c3a4bebca22e9592f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEPENDS = "mingw-w32api-headers"
PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"

do_configure() {
	:
}

do_compile() {
	:
}

do_install() {
	:
}

do_stage() {
	mkdir -p ${STAGING_INCDIR}
	cp -R ${S}/include/* ${STAGING_INCDIR}/
}