diff options
-rw-r--r-- | multitech/recipes/jamvm/jamvm_1.5.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multitech/recipes/jamvm/jamvm_1.5.4.bb b/multitech/recipes/jamvm/jamvm_1.5.4.bb new file mode 100644 index 0000000..f81125e --- /dev/null +++ b/multitech/recipes/jamvm/jamvm_1.5.4.bb @@ -0,0 +1,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" + |