| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
This reverts commit 79c731ead1813a700b63dab5f728239b7d312e3c.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
| |
On a Fedora 20 build machine icedtea6-native fails with:
x86_64-linux/icedtea6-native/1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: error: expression cannot be used as a function
vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu);
^
make[7]: *** [os_linux.o] Error 1
The patch makes the build succeed. (On an openSUSE 13.1 machine the build succeeds with and without the patch)
|
|
|
|
|
|
|
|
| |
use ${B} to specify the build directory, thus keep working for
daisy and older versions as well as for dizzy and newer.
Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|\
| |
| |
| |
| | |
* 'jamvm-fix' of https://github.com/merten/meta-java:
jamvm: port to new update-alternatives
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* https://github.com/ronaldonunez/meta-java:
openjdk-postinst.inc: Corrects empty jvm.cfg after postinst task.
|
| |/
| |
| |
| | |
Signed-off-by: Ronaldo Nunez <ronaldo.nunez@fotosensores.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 'yocto_1.8' of https://github.com/mindrunner/meta-java:
openjdk-7: inherit pkgconfig
ecj: fix unpackpost task
openjdk: add pkgconfig support
README: minor fixes
README: update openjdk6 to the latest icedtea version
openjdk6: add version 1.13.4
jamvm: update git url to sourceforge while berlios is gone
java-test-image: add jamvm, cacao and classpath
jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719
jamvm: add inherit pkgconfig
README: update for icedtea version 1.12.8
cacao: fix target compilation and packaging
openjdk-common.inc: fix qemu usage
openjdk6: update icedtea 1.12 to version 1.12.8
libmatthew: Remove the dummy jar symlink
openjdk-7-release-25b30.inc: add patch to fix hotstop build
openjdk-7-release-25b30.inc: move nio patch to main section.
openjdk-7-25b30: Forward port ppc patches
|
| |\ \
| | |/
| |/|
| | |
| | | |
Conflicts:
recipes-core/cacao/cacao_1.6.1.bb
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ecj recipe is built as initial and as native,
as such, unpackpost is run multiple times over
the same code source. Added check if a move
operation hasn't been already executed.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
pkgconfig is now enabled, so that pkg-config
macros will not fail in configure stage.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* remove annotations.patch, because it was fixed upstream
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* compile all binaries, which are executed by qemu, with the static compilerflag,
because of a memleak inside qemu
* remove lib- and ld-path for qemu usage, because all binaries
are compiled static now, openjdk7 seems to compile fine anyway
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This symlink is made to make the java-library class happy
but it makes no sense to package it up in any package since
it does not belong anywhere so lets delete it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
When using --enable-zero=no the build will fail without this patch.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
openjdk-7 update needed this patch to be reworked
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes #74. The error was:
,----
| .../icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: \
| error: expression cannot be used as a function
| vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu);
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
* remove annotations.patch, because it was fixed upstream
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* compile all binaries, which are executed by qemu, with the static compilerflag,
because of a memleak inside qemu
* remove lib- and ld-path for qemu usage, because all binaries
are compiled static now, openjdk7 seems to compile fine anyway
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This symlink is made to make the java-library class happy
but it makes no sense to package it up in any package since
it does not belong anywhere so lets delete it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\ \
| | |
| | | |
Hotspot
|
| | |
| | |
| | |
| | |
| | |
| | | |
When using --enable-zero=no the build will fail without this patch.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| |/
| |
| |
| |
| |
| | |
openjdk-7 update needed this patch to be reworked
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
|
|/ |
|
|
|
|
|
| |
* add /usr/src dir to debug package
* bump INC_PR
|
|
|
|
| |
LICENSE files to jdk package
|
|
|
|
| |
contamination
|
|
|
|
|
|
|
| |
* the current icedtea7 seems to have some issues when compiling
on recent linux distribution
* switch back to icedtea6-native to have a reliable state
for building openjdk7
|
| |
|
| |
|
|
|
|
| |
* new server is now icedtea.wildebeest.org
|
|
|
|
|
|
|
| |
* --with-libtool-sysroot needs a path, so it filters out wrong rpath settings
* using ${ALT_FREETYPE_LIB_PATH} for this
inside the icedtea Makefile because we already export it
* bump PR manually on all buildable versions
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Current IFS mangling blows up on the face:
| configure:2341: javac -classpath .: Test.java
| Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b
Simpler command line expansion works just as easy.
* fixed placeholder path by Henning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|