repo.or.cz
/
org.openembedded.dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git]
/
packages
/
jamvm
/
jamvm_1.5.0.bb
blob
366658dd977be092c79e2930d22d24155b08790f
1
require jamvm.inc
2
3
SRC_URI
+=
"file://debian-jni.patch;patch=1;pnum=0"
4
5
PR
=
"r1"
6
7
do_configure_prepend
() {
8
# Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory
9
# configured in OE.
10
sed
-
i
-
e
"s|OE_LIBDIR_JNI|${libdir_jni}|"
src
/
dll.c
11
}
12