summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-08-08 14:03:06 -0500
committerJesse Gilles <jgilles@multitech.com>2011-08-08 14:03:06 -0500
commitbee1566889aafd6ad35f5f4e641502bc750018cb (patch)
tree76ebfe6ddd614dde7468343f0bcd1b016185231f
parentfbf8ddef42aa25b85114882cb0f851acc39a652a (diff)
jamvm: add 1.5.4
-rw-r--r--multitech/recipes/jamvm/jamvm_1.5.4.bb18
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"
+