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

SRC_URI += "file://debian-jni.patch;apply=yes;striplevel=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
}


SRC_URI[md5sum] = "a965452442cdbfc94caba57d0dd25a8f"
SRC_URI[sha256sum] = "18b269b1bfad7230384681e89189c6af18584e19cddbf92208c0acef814046ab"