aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jamvm/jamvm_1.5.1.bb
blob: 366658dd977be092c79e2930d22d24155b08790f (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 = "r1"

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
}