Remove java support

Has been marked as broken since July 2010 (39e6ba1b), and nobody has
stepped up to support it, so now finally remove it completely.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-01-12 22:08:56 +01:00
parent 74b46041e4
commit b0bcafc6a0
15 changed files with 1 additions and 1777 deletions

View File

@ -816,7 +816,7 @@ $(ZLIB_DIR)/libz.a: $(ZLIB_DIR)/.configured
directory for your software, for example <code>libfoo</code>.</p>
<p>Some packages have been grouped by topic in a sub-directory:
<code>multimedia</code>, <code>java</code>, <code>x11r7</code>, and
<code>multimedia</code>, <code>x11r7</code>, and
<code>games</code>. If your package fits in one of these
categories, then create your package directory in these.</p>

View File

@ -222,7 +222,6 @@ endmenu
menu "Interpreter languages and scripting"
source "package/haserl/Config.in"
source "package/java/jamvm/Config.in"
source "package/lua/Config.in"
if BR2_PACKAGE_LUA
menu "LUA libraries/modules"
@ -327,13 +326,6 @@ source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
endmenu
if BROKEN
menu "Java"
source "package/java/classpath/Config.in"
source "package/java/concierge/Config.in"
endmenu
endif
menu "Javascript"
source "package/explorercanvas/Config.in"
source "package/flot/Config.in"

View File

@ -1,5 +0,0 @@
menu "Java"
source "package/java/classpath/Config.in"
source "package/java/jamvm/Config.in"
source "package/java/concierge/Config.in"
endmenu

View File

@ -1,9 +0,0 @@
config BR2_PACKAGE_CLASSPATH
bool "classpath"
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://www.classpath.org/

View File

@ -1,86 +0,0 @@
#############################################################
#
# classpath 0.96.1
#
#############################################################
CLASSPATH_VERSION = 0.98
CLASSPATH_SOURCE = classpath-$(CLASSPATH_VERSION).tar.gz
CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath
CLASSPATH_AUTORECONF = NO
CLASSPATH_INSTALL_STAGING = YES
CLASSPATH_INSTALL_TARGET = YES
CLASSPATH_DIR_PREFIX = package/java
CLASSPATH_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
glib_cv_uscore=no ac_cv_func_strtod=yes \
ac_fsusage_space=yes fu_cv_sys_stat_statfs2_bsize=yes \
ac_cv_func_closedir_void=no ac_cv_func_getloadavg=no \
ac_cv_lib_util_getloadavg=no ac_cv_lib_getloadavg_getloadavg=no \
ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes \
ac_cv_func_chown_works=yes ac_cv_have_decl_euidaccess=no \
ac_cv_func_euidaccess=no ac_cv_have_decl_strnlen=yes \
ac_cv_func_strnlen_working=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes \
ac_cv_func_lstat_empty_string_bug=no ac_cv_func_stat_empty_string_bug=no \
vb_cv_func_rename_trailing_slash_bug=no ac_cv_have_decl_nanosleep=yes \
jm_cv_func_nanosleep_works=yes gl_cv_func_working_utimes=yes \
ac_cv_func_utime_null=yes ac_cv_have_decl_strerror_r=yes \
ac_cv_func_strerror_r_char_p=no jm_cv_func_svid_putenv=yes \
ac_cv_func_getcwd_null=yes ac_cv_func_getdelim=yes \
ac_cv_func_mkstemp=yes utils_cv_func_mkstemp_limitations=no \
utils_cv_func_mkdir_trailing_slash_bug=no \
jm_cv_func_gettimeofday_clobber=no \
gl_cv_func_working_readdir=yes jm_ac_cv_func_link_follows_symlink=no \
utils_cv_localtime_cache=no ac_cv_struct_st_mtim_nsec=no \
gl_cv_func_tzset_clobber=no gl_cv_func_getcwd_null=yes \
gl_cv_func_getcwd_path_max=yes ac_cv_func_fnmatch_gnu=yes \
am_getline_needs_run_time_check=no am_cv_func_working_getline=yes \
gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \
ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
ac_use_included_regex=no gl_cv_c_restrict=no \
ac_cv_path_GLIB_GENMARSHAL=$(LIBGLIB2_HOST_BINARY) \
ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no
CLASSPATH_CONF_OPT = \
--libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/man \
--infodir=/usr/info \
--disable-glibtest --enable-explicit-deps=no \
--disable-debug \
--disable-gconf-peer --disable-examples --disable-plugin \
--disable-Werror
CLASSPATH_DEPENDENCIES = host-pkg-config libpng jpeg
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
CLASSPATH_DEPENDENCIES+= alsa-lib
CLASSPATH_CONF_OPT+= --enable-alsa
else
CLASSPATH_CONF_OPT+= --disable-alsa
endif
ifeq ($(BR2_PACKAGE_QT),y)
CLASSPATH_DEPENDENCIES+= qt
CLASSPATH_CONF_OPT+= --enable-qt-peer
else
CLASSPATH_CONF_OPT+= --disable-qt-peer
endif
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
CLASSPATH_DEPENDENCIES+= libgtk2
CLASSPATH_CONF_OPT+= --enable-gtk-peer
else
CLASSPATH_CONF_OPT+= --disable-gtk-peer
endif
ifeq ($(BR2_PACKAGE_XORG7),y)
CLASSPATH_DEPENDENCIES+= xserver_xorg-server
CLASSPATH_CONF_OPT+= --with-x \
--x-includes=$(STAGING_DIR)/usr/include/X11 \
--x-libraries=$(STAGING_DIR)/usr/lib
else
CLASSPATH_CONF_OPT+= --without-x
endif
$(eval $(call AUTOTARGETS))

View File

@ -1,10 +0,0 @@
config BR2_PACKAGE_CONCIERGE
bool "concierge"
depends on BR2_PACKAGE_JAMVM
help
Concierge is an optimized OSGi R3 framework implementations
with a file footprint of about 80 kBytes. This makes it
ideal for mobile or embedded devices.
http://concierge.sourceforge.net/

View File

@ -1,40 +0,0 @@
#############################################################
#
# concierge 1.0-RC2
#
#############################################################
CONCIERGE_VERSION = 1.0_RC2
CONCIERGE_SOURCE = concierge-$(CONCIERGE_VERSION).jar
CONCIERGE_SITE = http://ovh.dl.sourceforge.net/sourceforge/concierge/
CONCIERGE_DIR=$(BUILD_DIR)/concierge-$(CONCIERGE_VERSION)
CONCIERGE_SITE_BUNDLES = http://concierge.sourceforge.net/bundles/
$(DL_DIR)/concierge:
mkdir -p $(DL_DIR)/concierge/
$(call DOWNLOAD,$(CONCIERGE_SITE),concierge-$(CONCIERGE_VERSION).jar)
$(call DOWNLOAD,$(CONCIERGE_SITE_BUNDLES)shell-1.0.0.RC2.jar)
$(call DOWNLOAD,$(CONCIERGE_SITE_BUNDLES)service-tracker-1.0.0.RC2.jar)
$(call DOWNLOAD,$(CONCIERGE_SITE_BUNDLES)event-admin-1.0.0.RC2.jar)
$(TARGET_DIR)/usr/lib/concierge/: $(DL_DIR)/concierge
mkdir -p $(TARGET_DIR)/usr/lib
mkdir -p $(TARGET_DIR)/usr/lib/concierge
cp -dpf $(DL_DIR)/concierge/* $(TARGET_DIR)/usr/lib/concierge/
cp -dpf package/java/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/
touch -c $@
$(TARGET_DIR)/usr/bin/concierge:
cp -dpf package/java/concierge/files/concierge $(TARGET_DIR)/usr/bin/
chmod +x $(TARGET_DIR)/usr/bin/concierge
touch -c $@
concierge: $(TARGET_DIR)/usr/lib/concierge $(TARGET_DIR)/usr/bin/concierge
#############################################################
#
# Toplevel Makefile options
#
#############################################################
ifeq ($(BR2_PACKAGE_CONCIERGE),y)
TARGETS+=concierge
endif

View File

@ -1,2 +0,0 @@
#!/bin/sh
/usr/bin/jamvm -jar /usr/lib/concierge/concierge-1.0_RC2.jar

View File

@ -1,10 +0,0 @@
-init
-all
-Dch.ethz.iks.concierge.debug=true
-Dch.ethz.iks.concierge.log.enabled=true
-Dch.ethz.iks.concierge.log.level=4
#-istart shell-1.0.0.RC2.jar
#-istart service-tracker-1.0.0.RC2.jar
#-istart event-admin-1.0.0.RC2.jar

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_JAMVM
bool "jamvm"
depends on BR2_PACKAGE_CLASSPATH
help
JamVM is a new Java Virtual Machine which conforms to
the JVM specification version 2 (blue book).
http://jamvm.sourceforge.net/

File diff suppressed because it is too large Load Diff

View File

@ -1,93 +0,0 @@
#############################################################
#
# jamvm 1.5.0
#
#############################################################
JAMVM_VERSION = 1.5.0
JAMVM_SOURCE = jamvm-$(JAMVM_VERSION).tar.gz
JAMVM_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/jamvm/
JAMVM_AUTORECONF = NO
JAMVM_INSTALL_STAGING = YES
JAMVM_INSTALL_TARGET = YES
JAMVM_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
glib_cv_uscore=no ac_cv_func_strtod=yes \
ac_fsusage_space=yes fu_cv_sys_stat_statfs2_bsize=yes \
ac_cv_func_closedir_void=no ac_cv_func_getloadavg=no \
ac_cv_lib_util_getloadavg=no ac_cv_lib_getloadavg_getloadavg=no \
ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes \
ac_cv_func_chown_works=yes ac_cv_have_decl_euidaccess=no \
ac_cv_func_euidaccess=no ac_cv_have_decl_strnlen=yes \
ac_cv_func_strnlen_working=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes \
ac_cv_func_lstat_empty_string_bug=no ac_cv_func_stat_empty_string_bug=no \
vb_cv_func_rename_trailing_slash_bug=no ac_cv_have_decl_nanosleep=yes \
jm_cv_func_nanosleep_works=yes gl_cv_func_working_utimes=yes \
ac_cv_func_utime_null=yes ac_cv_have_decl_strerror_r=yes \
ac_cv_func_strerror_r_char_p=no jm_cv_func_svid_putenv=yes \
ac_cv_func_getcwd_null=yes ac_cv_func_getdelim=yes \
ac_cv_func_mkstemp=yes utils_cv_func_mkstemp_limitations=no \
utils_cv_func_mkdir_trailing_slash_bug=no \
jm_cv_func_gettimeofday_clobber=no \
gl_cv_func_working_readdir=yes jm_ac_cv_func_link_follows_symlink=no \
utils_cv_localtime_cache=no ac_cv_struct_st_mtim_nsec=no \
gl_cv_func_tzset_clobber=no gl_cv_func_getcwd_null=yes \
gl_cv_func_getcwd_path_max=yes ac_cv_func_fnmatch_gnu=yes \
am_getline_needs_run_time_check=no am_cv_func_working_getline=yes \
gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \
ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
ac_use_included_regex=no gl_cv_c_restrict=no \
ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no
JAMVM_CONF_OPT = \
--libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/man \
--infodir=/usr/info \
--disable-glibtest --enable-explicit-deps=no \
--disable-debug --with-classpath-install-dir=/usr
JAMVM_DEPENDENCIES = host-pkg-config classpath
#Include X libraries when we have an X server
ifeq ($(BR2_PACKAGE_XORG7),y)
JAMVM_DEPENDENCIES+= xserver_xorg-server
JAMVM_CONF_OPT+= --with-x \
--x-includes=$(STAGING_DIR)/usr/include/X11 \
--x-libraries=$(STAGING_DIR)/usr/lib
else
JAMVM_CONF_OPT+= --without-x
endif
#Enable or disable alsa
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
JAMVM_DEPENDENCIES+= alsa-lib
JAMVM_CONF_OPT+= --with-alsa
else
JAMVM_CONF_OPT+= --without-alsa
endif
#Enable or disable gtk
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
JAMVM_DEPENDENCIES+= libgtk2
JAMVM_CONF_OPT+= --enable-gtk-peer
else
JAMVM_CONF_OPT+= --disable-gtk-peer
endif
#Enable or disable qt backend
ifeq ($(BR2_PACKAGE_QT),y)
JAMVM_DEPENDENCIES+= qt
JAMVM_CONF_OPT+= --enable-qt-peer
else
JAMVM_CONF_OPT+= --disable-qt-peer
endif
# I have no clue but if this is not passed to configure, the assembler crashes
ifeq ($(BR2_avr32),y)
JAMVM_CONF_OPT+= \
CFLAGS="-g0" \
CC="$(STAGING_DIR)/usr/bin/avr32-linux-gcc"
endif
$(eval $(call AUTOTARGETS))

View File

@ -1 +0,0 @@
include package/java/*/*.mk

View File

@ -68,18 +68,6 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS
help
Any additional gcc configure options you may want to include....
config BR2_GCC_CROSS_JAVA
bool
config BR2_INSTALL_LIBGCJ
bool "Build/install java compiler and libgcj?"
depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP
select BR2_GCC_CROSS_JAVA
select BR2_LARGEFILE
depends on BROKEN
help
Build/install java compiler and libgcj?
config BR2_INSTALL_OBJC
bool "Build/install Objective-C compiler and runtime?"
depends on !BR2_avr32

View File

@ -75,15 +75,11 @@ endif
ifeq ($(BR2_GCC_CROSS_FORTRAN),y)
GCC_CROSS_LANGUAGES:=$(GCC_CROSS_LANGUAGES),fortran
endif
ifeq ($(BR2_GCC_CROSS_JAVA),y)
GCC_CROSS_LANGUAGES:=$(GCC_CROSS_LANGUAGES),java
endif
ifeq ($(BR2_GCC_CROSS_OBJC),y)
GCC_CROSS_LANGUAGES:=$(GCC_CROSS_LANGUAGES),objc
endif
GCC_COMMON_PREREQ=$(wildcard $(BR2_DEPENDS_DIR)/br2/install/libstdcpp*)\
$(wildcard $(BR2_DEPENDS_DIR)/br2/install/libgcj*)\
$(wildcard $(BR2_DEPENDS_DIR)/br2/install/objc*)\
$(wildcard $(BR2_DEPENDS_DIR)/br2/install/fortran*)\
$(wildcard $(BR2_DEPENDS_DIR)/br2/prefer/ima*)\
@ -100,10 +96,6 @@ ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
GCC_TARGET_LANGUAGES:=$(GCC_TARGET_LANGUAGES),c++
endif
ifeq ($(BR2_INSTALL_LIBGCJ),y)
GCC_TARGET_LANGUAGES:=$(GCC_TARGET_LANGUAGES),java
endif
ifeq ($(BR2_INSTALL_OBJC),y)
GCC_TARGET_LANGUAGES:=$(GCC_TARGET_LANGUAGES),objc
endif
@ -466,17 +458,6 @@ ifeq ($(BR2_GCC_SHARED_LIBGCC),y)
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libstdc++.so*
endif
endif
ifeq ($(BR2_INSTALL_LIBGCJ),y)
cp -dpf $(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libgcj.so* $(STAGING_DIR)/usr/lib/
cp -dpf $(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libgcj.so* $(TARGET_DIR)/usr/lib/
mkdir -p $(STAGING_DIR)/usr/lib/security
mkdir -p $(TARGET_DIR)/usr/lib/security
cp -dpf $(HOST_DIR)/usr/lib/security/classpath.security \
$(STAGING_DIR)/usr/lib/security/
cp -dpf $(HOST_DIR)/usr/lib/security/classpath.security \
$(TARGET_DIR)/usr/lib/security/
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libgcj.so*
endif
ifeq ($(BR2_GCC_ENABLE_OPENMP),y)
cp -dpf $(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libgomp.so* $(STAGING_DIR)/usr/lib/
cp -dpf $(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/lib*/libgomp.so* $(TARGET_DIR)/usr/lib/