blob: e4c916f969c15082c82c32b2026d2c2270bb0742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Java compiler from the OpenJDK project"
HOMEPAGE = "http://http://openjdk.java.net/groups/compiler"
LICENSE = "GPL"
PR = "r0"
DEPENDS = "openjdk-langtools-native"
PROVIDES = "virtual/javac-native"
inherit native
do_stage() {
ln -sf ${bindir}/sun-javac ${bindir}/javac
}
|