diff options
Diffstat (limited to 'recipes/jamvm/jamvm_1.5.0.bb')
-rw-r--r-- | recipes/jamvm/jamvm_1.5.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/jamvm/jamvm_1.5.0.bb b/recipes/jamvm/jamvm_1.5.0.bb new file mode 100644 index 0000000000..c95faf9d6b --- /dev/null +++ b/recipes/jamvm/jamvm_1.5.0.bb @@ -0,0 +1,12 @@ +require jamvm.inc + +SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" + +PR = "r4" + +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 +} + |