diff options
Diffstat (limited to 'packages/jamvm/jamvm_1.5.1.bb')
-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 +} + |