repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
mingw
/
mingw-w32api-headers.inc
blob
bbd97f9593c540edbb4264ead1a84bc8282dbbf0
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
}