aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-14ecj: fix unpackpost taskdoraCristian Iorga
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>
2014-10-14openjdk: add pkgconfig supportCristian Iorga
pkgconfig is now enabled, so that pkg-config macros will not fail in configure stage. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
2014-07-20README: minor fixesHenning Heinold
* set the layer branches dora depends on to dora too * add libstdc++6 package as dependency for debian based distributions
2014-07-20README: update openjdk6 to the latest icedtea versionHenning Heinold
2014-07-20openjdk6: add version 1.13.4Henning Heinold
2014-04-13jamvm: update git url to sourceforge while berlios is goneHenning Heinold
2014-04-07java-test-image: add jamvm, cacao and classpathHenning Heinold
2014-04-07jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719Henning Heinold
* remove annotations.patch, because it was fixed upstream
2014-04-07jamvm: add inherit pkgconfigHenning Heinold
2014-04-07README: update for icedtea version 1.12.8Henning Heinold
2014-03-05cacao: fix target compilation and packagingHenning Heinold
2014-03-05openjdk-common.inc: fix qemu usageHenning Heinold
* 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
2014-03-05openjdk6: update icedtea 1.12 to version 1.12.8Henning Heinold
2014-02-25libmatthew: Remove the dummy jar symlinkKhem Raj
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>
2014-02-25openjdk-7-release-25b30.inc: add patch to fix hotstop buildKoen Kooi
When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2014-02-25openjdk-7-release-25b30.inc: move nio patch to main section.Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2014-02-25openjdk-7-25b30: Forward port ppc patchesKhem Raj
openjdk-7 update needed this patch to be reworked Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-01-09README: add section about bblayers.confHenning Heinold
2014-01-09openjdk6: adjust debug package, fixing QA issueHenning Heinold
* add /usr/src dir to debug package * bump INC_PR
2014-01-09openjdk6: fix QA-Issue adding ASSEMBLY_EXCEPTION, THIRD_PARTY_README and ↵Henning Heinold
LICENSE files to jdk package
2014-01-09openjdk6: fix slpashscreen and jawt for host include and search path ↵Henning Heinold
contamination
2014-01-09openjdk7: use icedtea6-native instead of icedtea7-nativeHenning Heinold
* 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
2014-01-09cacao: add recipe for additional java vm cacao version 1.6.1Henning Heinold
2014-01-09README: update maintainer email-addressHenning Heinold
2014-01-09README: update build informations for java-initialHenning Heinold
2014-01-09cacao-initial: add cacao-initial recipe from oe-classicHenning Heinold
2013-10-10openjdk: update download server in all remainings recipesHenning Heinold
* new server is now icedtea.wildebeest.org
2013-10-03openjdk: fix qa error for bad rpath inside cacao's libjvm.soHenning Heinold
* --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
2013-10-01jamvm/java: allow spaces in argumentsRiku Voipio
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>
2013-10-01openjdk7: update checksums of jamvm tooHenning Heinold
2013-09-30jaxp1.3/xml-commons: correct licensesHenning Heinold
2013-09-30openjdk7: download and verify the updated version of cacaoHenning Heinold
2013-09-29README: update the openjdk7 version to 2.3.12Henning Heinold
2013-09-29java-test-image: remove tinylogin from packages to installHenning Heinold
2013-09-29openjdk7: update openjdk7 to version 2.3.12Henning Heinold
* notice openjdk7 2.1 and 2.2 will soon get no updates anymore * openjdk7 2.3 has now arm byte compiler support * use cacao hg version e215e36be9fc, because a567bcb7f589 is not working
2013-09-29jamvm-native: set default heap to 1024M via cflagsHenning Heinold
2013-09-29jamvm-native: separate bootclasspath out into shell scriptHenning Heinold
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files use a shell script and set them there * this allow us again to use other vms for java-native
2013-09-29jamvm: update to git revision ac22c9948434e528ece451642b4ebde40953ee7eHenning Heinold
* fix gnuclasspath annotations
2013-09-29classpath: Adjust classpaths when using jamvm from sstateKhem Raj
when building from sstate and classpath wants to rebuild then jamvm still needs the new paths. Its needed for classpath since it does not inherit java-library class otherwise it would not be needed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29recipes-core: Correct fastjar cmdlineKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29dbus-java: User PN instead of hardcoding namesKhem Raj
remove JFLAGS dont need them anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29xerces-j: Specify cp instead of bootclasspathKhem Raj
This makes other javac implementations happy Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29junit: Fix build when rebuilding from same treeKhem Raj
use -o option to unzip to overwrite the classes it fails otherwise when unpack build step is reexecuted again There is no need to specify bootclasspath now Add unzip-native to dependency Fix fastjar commandline order Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29java-library.bbclass: Export BOOTCLASSPATH and LD_LIBRARY_PATHKhem Raj
They are helpful in rebuilding from shared state since jamvm is not so relocatable. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29gnujaf: Fix building with java7Khem Raj
When using different javac which used java 1.7 gnujaf would not compile error details are in patch header. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29bcel,avalon-framework: Specify encoding to javacKhem Raj
when using javac from different JDK it does not like the encodings since default is ascii, so be specific. fastjar argument order was not correct when using other fastjar implementation it was strict about it so lets correct it as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29java-library.bbclass: consider multilibKhem Raj
when multilib is enabled the prefix begins with lib32- and thats got wrong when computing JPN. Lets make sure that mlprefix is handled properly while constructing JPN for multilib package e.g. lib32-dbus-java will now create lib32-libdbus-java instead of lib32-dbus-java which was same as PN and caused warnings like WARNING: Variable key FILES_${PN} (${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} ${sysconfdir} ${sharedstatedir} ${localstatedir} ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*${SOLIBS} ${base_prefix}/lib/udev/rules.d ${prefix}/lib/udev/rules.d ${datadir}/${BPN} ${libdir}/${BPN}/* ${datadir}/pixmaps ${datadir}/applications ${datadir}/idl ${datadir}/omf ${datadir}/sounds ${libdir}/bonobo/servers) replaces original key FILES_lib32-dbus-java (${datadir_java}). Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-29icedtea: Make shared state friendlyKhem Raj
icedtea-native encodes absolute build time classpaths which wont work in sstate however at same time we can override it with env variables like BOOTCLASSPATH and LD_LIBRARY_PATH to reflect current build environment. Secondly, exclude ICEDTEA_PARALLEL_MAKE from shared state signatures, it can alter signatures if PARALLEL_MAKE value between producer and consumer of sstate is not matching. Now that icedtea7-native is shared state safe, remove the shared state invalidation on jamvm-native that was needed for icedtea7-native to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-24icedtea: update download url for icedtea6-nativeHenning Heinold
2013-05-03openjdk7: update version 2.1 to 2.1.8Henning Heinold