diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-04-08 15:16:01 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-04-08 15:16:01 +0000 |
commit | 979113c20763dda8cb5ceae0ce52b7667daf280b (patch) | |
tree | a5384f79e029457edfbb1a1fa9c195a1a6b3a334 /packages | |
parent | 00e7c9b53922ae2c745406774c155160e6954307 (diff) |
jamvm 1.5.1: Added new recipe.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/jamvm/jamvm_1.5.1.bb | 12 |
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 +} + |