a75ab1fc1d
GNU classpath can exist without jamvm, so don't depend on it. Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
config BR2_PACKAGE_CLASSPATH
|
|
bool "classpath"
|
|
select BR2_NEEDS_HOST_JAR
|
|
select BR2_NEEDS_HOST_JAVAC
|
|
help
|
|
GNU Classpath, Essential Libraries for Java, is a GNU
|
|
project to create free core class libraries for use with
|
|
virtual machines and compilers for the java programming
|
|
language.
|
|
|
|
http://classpath.org
|