diff options
Diffstat (limited to 'packages/jamvm/jamvm_1.5.0.bb')
-rw-r--r-- | packages/jamvm/jamvm_1.5.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/jamvm/jamvm_1.5.0.bb b/packages/jamvm/jamvm_1.5.0.bb deleted file mode 100644 index c95faf9d6b..0000000000 --- a/packages/jamvm/jamvm_1.5.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -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 -} - |