aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jamvm/jamvm_1.5.0.bb
blob: c95faf9d6b2a77dced41fd7e514d026e76b97e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require jamvm.inc

SRC_URI += "file://debian-jni.patch;patch=1;pnum=0"

PR = "r4"

do_configure_prepend() {
  # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory
  # configured in OE.
  sed -i -e "s|OE_LIBDIR_JNI|${libdir_jni}|" src/dll.c
}