Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / recipes / mingw / mingw-w32api-headers.inc
1 DEPENDS = ""
2 PROVIDES = "mingw-w32api-headers"
3
4 do_configure() {
5         :
6 }
7
8 do_compile() {
9         :
10 }
11
12 do_install() {
13         :
14 }
15
16 do_stage() {
17         mkdir -p ${STAGING_INCDIR}
18         cp -r ${S}/include/* ${STAGING_INCDIR}/
19 }