jamvm 1.5.1: Added new recipe.
authorRobert Schuster <thebohemian@gmx.net>
Tue, 8 Apr 2008 15:16:01 +0000 (15:16 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Tue, 8 Apr 2008 15:16:01 +0000 (15:16 +0000)
packages/jamvm/jamvm_1.5.1.bb [new file with mode: 0644]

diff --git a/packages/jamvm/jamvm_1.5.1.bb b/packages/jamvm/jamvm_1.5.1.bb
new file mode 100644 (file)
index 0000000..bf9271c
--- /dev/null
@@ -0,0 +1,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
+}
+