[oe-commits] Henning Heinold : jamvm: update to versiom 1.5.3

git version control git at git.openembedded.org
Thu May 20 18:44:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f8175bcfbb674f247c6ad7fab57618c7f7aa5ef7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8175bcfbb674f247c6ad7fab57618c7f7aa5ef7

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu May 20 20:41:40 2010 +0200

jamvm: update to versiom 1.5.3

---

 recipes/jamvm/jamvm_1.5.3.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/jamvm/jamvm_1.5.3.bb b/recipes/jamvm/jamvm_1.5.3.bb
new file mode 100644
index 0000000..b3ca5df
--- /dev/null
+++ b/recipes/jamvm/jamvm_1.5.3.bb
@@ -0,0 +1,15 @@
+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
+}
+
+SRC_URI[md5sum] = "ce886163658d748113b0570dfae12aea"
+SRC_URI[sha256sum] = "f2795ab62635df1c9bc6c4a7b90f53d0d846c0c26f5ec7b352f687506407ebd8"
+





More information about the Openembedded-commits mailing list