aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jamvm
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-04-08 15:16:01 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-04-08 15:16:01 +0000
commit979113c20763dda8cb5ceae0ce52b7667daf280b (patch)
treea5384f79e029457edfbb1a1fa9c195a1a6b3a334 /packages/jamvm
parent00e7c9b53922ae2c745406774c155160e6954307 (diff)
downloadopenembedded-979113c20763dda8cb5ceae0ce52b7667daf280b.tar.gz
jamvm 1.5.1: Added new recipe.
Diffstat (limited to 'packages/jamvm')
-rw-r--r--packages/jamvm/jamvm_1.5.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/jamvm/jamvm_1.5.1.bb b/packages/jamvm/jamvm_1.5.1.bb
new file mode 100644
index 0000000000..bf9271c938
--- /dev/null
+++ b/packages/jamvm/jamvm_1.5.1.bb
@@ -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
+}
+