Ver Fonte

java: mark as broken

We haven't had any updates to the java packages in a long time,
gcj in 4.3.x doesn't build, and 4.4.x is missing ecj1, so it cannot
have many users.

Mark it as broken and remove during the 2010.11 cycle, unless someone
steps up to maintain it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard há 15 anos atrás
pai
commit
39e6ba1b39
3 ficheiros alterados com 7 adições e 0 exclusões
  1. 4 0
      CHANGES
  2. 2 0
      package/Config.in
  3. 1 0
      toolchain/gcc/Config.in

+ 4 - 0
CHANGES

@@ -11,6 +11,10 @@
 
 
 	New GTK-based configurator, usable using 'make gconfig'.
 	New GTK-based configurator, usable using 'make gconfig'.
 
 
+	Java packages marked as broken. Unless someone steps up to
+	support this, they will be removed during the 2010.11
+	development cycle.
+
 	New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
 	New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
 	luafilesystem, luasocket, rings, wsapi, xavante, xterm
 	luafilesystem, luasocket, rings, wsapi, xavante, xterm
 
 

+ 2 - 0
package/Config.in

@@ -287,10 +287,12 @@ source "package/libusb/Config.in"
 source "package/libusb-compat/Config.in"
 source "package/libusb-compat/Config.in"
 endmenu
 endmenu
 
 
+if BROKEN
 menu "Java"
 menu "Java"
 source "package/java/classpath/Config.in"
 source "package/java/classpath/Config.in"
 source "package/java/concierge/Config.in"
 source "package/java/concierge/Config.in"
 endmenu
 endmenu
+endif
 
 
 menu "Networking"
 menu "Networking"
 source "package/libcgi/Config.in"
 source "package/libcgi/Config.in"

+ 1 - 0
toolchain/gcc/Config.in

@@ -96,6 +96,7 @@ config BR2_INSTALL_LIBGCJ
 	depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP
 	depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP
 	select BR2_GCC_CROSS_JAVA
 	select BR2_GCC_CROSS_JAVA
 	select BR2_LARGEFILE
 	select BR2_LARGEFILE
+	depends on BROKEN
 	help
 	help
 	  Build/install java compiler and libgcj?
 	  Build/install java compiler and libgcj?