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
clearsilver: fix various build issues
[openembedded.git]
/
recipes
/
jikes
/
jikes-native_1.21.bb
blob
b95cbfcd7506f3938930e33eb80f15e70e117167
1
inherit native
2
require jikes_$
{
PV
}
.bb
3
4
S
=
"${WORKDIR}/jikes-${PV}"
5
6
do_stage
() {
7
install
-
d $
{
STAGING_BINDIR
}
8
install
-
m
755
src
/
jikes $
{
STAGING_BINDIR
}
9
}