summaryrefslogtreecommitdiff
path: root/multitech/recipes/jamvm/jamvm_1.5.4.bb
blob: f81125edabad0cfc81a9a3b4636528b08d5cf10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require recipes/jamvm/jamvm.inc

# search for files in OE dir
FILESPATHBASE .= ":${OETREE}/openembedded/recipes/jamvm"

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

SRC_URI[md5sum] = "7654e9657691f5f09c4f481ed4686176"
SRC_URI[sha256sum] = "7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124"