aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jamvm/jamvm_1.5.2.bb
blob: bf9271c9385632cbf339cd4513883f21b980bf28 (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 = "r0"

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
}