aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mingw/mingw-runtime-headers.inc
blob: 3bc5cd430731e03470111a42171af7338b823f69 (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}/
}