summaryrefslogtreecommitdiffstats
path: root/package/classpath/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-12-04 09:59:09 -0800
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-04 10:21:05 -0800
commit5062f530081913bd0487f0f879be180f30836ab8 (patch)
tree6ae7a28f9cea3792efe6fae74a67da261dd95636 /package/classpath/Config.in
parentcceda0efeaaa73af490940a628dbd175db3aa277 (diff)
downloadbuildroot-novena-5062f530081913bd0487f0f879be180f30836ab8.tar.gz
buildroot-novena-5062f530081913bd0487f0f879be180f30836ab8.zip
package: add classpath
Requires java, javac and jar on the build machine, similar to how we require gcc/g++. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> classpath: fixup
Diffstat (limited to 'package/classpath/Config.in')
-rw-r--r--package/classpath/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/classpath/Config.in b/package/classpath/Config.in
new file mode 100644
index 000000000..45d598498
--- /dev/null
+++ b/package/classpath/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_CLASSPATH
+ bool "classpath"
+ depends on BR2_PACKAGE_JAMVM
+ depends on BR2_INET_IPV6
+ 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
+
+comment "classpath requires a toolchain with IPV6 support"
+ depends on !BR2_INET_IPV6