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
/
fastjar
/
fastjar-native.inc
blob
e4d7084138353695324242c59a21c911c2268622
1
DEPENDS = "zlib-native"
2
3
S = "${WORKDIR}/fastjar-${PV}"
4
5
inherit native
6
7
do_configure () {
8
gnu-configize || die "failure running gnu-configize"
9
oe_runconf
10
}
11
12
do_make() {
13
oe_runmake bin_PROGRAMS
14
}
15
16
do_stage() {
17
oe_runmake install-binPROGRAMS
18
}