aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-01-21openjdk-7: Remove mutliline commentKhem Raj
Gets through the parsing errors with latest bitbake/master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-12-08rhino: update to version 1.7r4Henning Heinold
* license is now MPL 2.0
2012-12-08log4j1.2: correct license fieldHenning Heinold
2012-12-07openjdk7: disable shark until it is working againHenning Heinold
2012-12-07openjdk7: correct path to bootstrap jdkHenning Heinold
2012-12-07Merge pull request #32 from kraj/masterwoglinde
Forward port dbus-java recipes and some more openjdk-7 fixes
2012-11-27log4j1.2_1.2.17.bb: Use gnujaf in oe_makeclasspath argument tooKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27classpath: Fix build for 64bit target using lib64 for base_libdirKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27fastjar-native: install symlink for jarKhem Raj
native recipe also need to install jar symlink since dbus-java needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27dbus-java,libmatthew: Add recipes for dbus-java 2.7 and libmatthew 0.8Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27icedtea7-native: Add missing dependency on missing unzip-nativeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27libecj-bootstrap,junit: Tweak to fix rebuild issuesKhem Raj
When rebuilding in already built tree we have these issues where a file is already deleted first time but rm fails on reexecution. This patch adds checks for such cases so that rebuilds are guarnteed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27openjdk-7: Fix build for ppc e500/e5500Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-26openjdk7: bring back additional vmsHenning Heinold
* bump PR
2012-11-26openjdk7: use right make command so addtional jvms are getting installedHenning Heinold
2012-11-23README: update version entry for openjdk6Henning Heinold
2012-11-23README: add entries for openjdk7Henning Heinold
2012-11-23icedtea7-native: update to version 2.1.3Henning Heinold
2012-11-23openjdk7: update to version 2.1.3Henning Heinold
* libxp is gone
2012-11-22icedtea7-native: simple copy over from openjdk-7 branchHenning Heinold
2012-11-22openjdk7: copy over the openjdk7 from openjdk7-branchHenning Heinold
The branches differed to much and I wanted to keep openjdk-6. We will loose some history, but I think that is not a great problem Thanks to khem for working on the recipes too.
2012-11-22recipes: Fix license strings to match common licensesKhem Raj
Fixes warnings like WARNING: bcel-native: No generic license file exists for: AL2.0 in any provider and so on Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-22rhino: Correctly specify the LICENSE fieldKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-22llvm2.8: Fix build break discovred by unanchored regexp fix in bitbakeKhem Raj
commit 23bd5300b4a99218a15f4f6b0ab4091d63a602a5 fixed a bug in bitbake which exposed this latent problem where we were using EXTRA_OECMAKE_append-arm it was being treated as EXTRA_OECMAKE_append before the above mentioned fix and hence all was fine but after this fix behavior changed and it was just EXTRA_OECMAKE_append-arm and was causing build breaks | ../../lib/libLLVMTransformUtils.so: undefined reference to `llvm::CallGraphNode::removeCallEdgeFor(llvm::CallSite)' | ../../lib/libLLVMTransformUtils.so: undefined reference to `llvm::CallGraph::getOrInsertFunction(llvm::Function const*)' | ../../lib/libLLVMTransformUtils.so: undefined reference to `llvm::CallGraphLinkVar' | ../../lib/libLLVMScalarOpts.so: undefined reference to `llvm::createInstructionCombiningPass()' | collect2: error: ld returned 1 exit status | make[2]: *** [bin/llc] Error 1 | make[2]: Leaving directory `/work/yocto/poky/build/tmp/work/x86_64-poky-linux/llvm2.8-2.8-r2.1/llvm-2.8/build' | make[1]: *** [tools/llc/CMakeFiles/llc.dir/all] Error 2 | make[1]: *** Waiting for unfinished jobs.... It also fixes the llvm-mc build for arm architecture modified for INC-PR bumped PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Conflicts: recipes-core/llvm/llvm2.8_2.8.bb
2012-11-09openjdk-6: dependcy on libxp was removed with version 1.11.5Henning Heinold
2012-11-09icedtea6-native: fix build problemSteffen Sledz
Fix problem with unknown gcc command line option '-mimpure-text' which is an Solaris 2 only option (according to the man page). Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-11-09icedtea6-native: fix compile errorSteffen Sledz
Don't return booleans from methods returning pointers. see also: <http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f457154eee8b> - commit was modified, removed the 1.7 version stuff Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-11-08icedtea-native: remove 1.7 version because of version 1.8 works very wellHenning Heinold
2012-10-18openjdk: update to version 1.11.5Henning Heinold
2012-10-18jamvm: update git versionHenning Heinold
2012-10-14classpath: avoid picking up gmp.h from the hostJan Luebbe
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-09-10openjdk-6: update to version 1.11.4Henning Heinold
2012-08-17openjdk6: update to icedtea version 1.11.3Henning Heinold
* new patch for fixing crosscompile of rmi
2012-08-17llvm: remove perl-native dep, we use inherit perlnative now and inherit ↵Henning Heinold
pythonnative
2012-08-16llvm2.8: fix typo in variable appendHenning Heinold
* this fixes build for arm
2012-08-16icedtea-native: Fix build on ubuntu 12.04 releaseKhem Raj
It conflicts definitions from standard include so backport a patch from upstream When here also change the LICENSE field to be more compatible to avoid warnings like WARNING: icedtea6-native: No generic license file exists for: GPL in any provider WARNING: icedtea6-native: No generic license file exists for: with in any provider WARNING: icedtea6-native: No generic license file exists for: Classpath in any provider WARNING: icedtea6-native: No generic license file exists for: Exception in any provider Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-08-16openjdk-6: Fix cross compilation for e5500 machinesKhem Raj
This is only way for compile for now since qemu can not run the sizers binary for e5500 machines. It segfaults so we disable generating sizes and also xawt and jawt which depends on sizers, this lets jre to cross compile for ppc/e5500 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-08-16llvm: Accept ppc64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21openjdk-6-common.inc: Change jdk_arch for powerpcKhem Raj
ppc is used in openjdk/jre but original jdk_arch is defined as powerpc which means we have errors compiling and installing openjdk for ppc platforms Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21log4j1.2: Upgrade recipe to 1.2.17 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21jaxp1.3_1.4.01.bb: Fix SRC_URI checksumsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21openjdk-6: Fix build on ppcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21hsqldb: Add recipeKhem Raj
Fixes ERROR: Nothing PROVIDES 'hsqldb' (but meta-java/recipes-core/xml-commons/jaxme_0.5.2.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'jaxme' has no buildable providers. M Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21openjdk-6-common: Pass LD_LIBRARY_PATH to app running under qemuKhem Raj
When target and build host are same eg. x86_64 and qemux86-64 then application uses the dynamic linker from OEs sysroot but libc from the build host and they may have different versions and end up in unpleasant results. We therefore make sure that libc is also used from OEs sysroot Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21xalan-j: remove the directory before copy stuff to itHenning Heinold
* when the build process got interrtupted it might happen something is already in build-serializer/ so remove it before creating it again
2012-07-19classpath: fix new license checksumHenning Heinold
2012-07-19openjdk6: uses spaces instead of tabs for python functionsHenning Heinold
2012-07-19openjdk-6: Use virtual/libiconv instead of libiconv in DEPENDSKhem Raj
This lets it work with whatever is providing libiconv functionality Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-19llvm: use INC_PRHenning Heinold
2012-07-19llvm: use spaces for python functionsHenning Heinold