diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-09 03:16:57 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-09 03:16:57 +0000 |
commit | d1fcf02e4749d587d01364564fb75fabd4e8fd1f (patch) | |
tree | b0845773d81491449de04a33ef0cfa02090c679d /packages/jamvm/jamvm_1.5.0.bb | |
parent | d19a46e55cd98c676c46929d34912a016e31ed4c (diff) | |
parent | 30b74026cb0873872a709f1b35e1eecd6cec0c50 (diff) |
merge of '02dd7a3b7bfd0dca79e61d6886ac11d42cb3365f'
and 'd64471dd1489ebf7d567b0896f3f41d31aeabe1a'
Diffstat (limited to 'packages/jamvm/jamvm_1.5.0.bb')
-rw-r--r-- | packages/jamvm/jamvm_1.5.0.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/jamvm/jamvm_1.5.0.bb b/packages/jamvm/jamvm_1.5.0.bb index efa959f0f9..366658dd97 100644 --- a/packages/jamvm/jamvm_1.5.0.bb +++ b/packages/jamvm/jamvm_1.5.0.bb @@ -1,5 +1,12 @@ require jamvm.inc -PR = "r0" +SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" +PR = "r1" + +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 +} |