Skip to content

Commit

Permalink
rename jamvm binary to java
Browse files Browse the repository at this point in the history
  • Loading branch information
trestoa committed Oct 26, 2013
1 parent 0565359 commit 34004a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions linkjvm_1.2.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ do_install() {
install -d ${D}/usr/lib/ecj
install -m 0755 ${S}/java-environment/javac/ecj-3.7.jar ${D}/usr/lib/ecj
install -m 0755 ${S}/bin/javac ${D}/usr/bin
chmod +x ${D}/usr/bin/jamvm
ln -s ${D}/usr/bin/jamvm ${D}/usr/bin/java
chmod +x ${D}/usr/bin/java
}

FILES_${PN} += "${libdir}/liblinkjvm-jni.so"
FILES_${PN} += "${libdir}/linkjvm-java.jar"

FILES_${PN} += "${bindir}/jamvm"
FILES_${PN} += "${bindir}/java"
FILES_${PN} += "${bindir}/java"
FILES_${PN} += "${includedir}/jni.h"
FILES_${PN} += "${libdir}/libjvm.la"
Expand Down

0 comments on commit 34004a4

Please sign in to comment.