summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* servlet2.3: correct LICENSE and bump PRHenning Heinold2013-01-241-1/+2
|
* regexp: correct license and bump PRHenning Heinold2013-01-241-1/+2
|
* classpath-initial: remove files shared with classpath-nativeHenning Heinold2013-01-241-1/+12
| | | | * bump PR
* jamvm-initial: rename patches directory for newer bitbakeHenning Heinold2013-01-242-0/+0
|
* classpath-initial: remove trailing whitespaceHenning Heinold2013-01-241-1/+1
|
* classpath-initial: fix bitbake files searchpathHenning Heinold2013-01-242-0/+0
|
* Merge pull request #35 from kraj/masterwoglinde2013-01-241-7/+0
|\ | | | | fix to be parsable with latest bb
| * openjdk-7: Remove mutliline commentKhem Raj2013-01-211-7/+0
|/ | | | | | Gets through the parsing errors with latest bitbake/master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rhino: update to version 1.7r4Henning Heinold2012-12-081-10/+10
| | | | * license is now MPL 2.0
* log4j1.2: correct license fieldHenning Heinold2012-12-081-2/+2
|
* openjdk7: disable shark until it is working againHenning Heinold2012-12-071-2/+3
|
* openjdk7: correct path to bootstrap jdkHenning Heinold2012-12-071-1/+1
|
* Merge pull request #32 from kraj/masterwoglinde2012-12-0714-9/+293
|\ | | | | Forward port dbus-java recipes and some more openjdk-7 fixes
| * log4j1.2_1.2.17.bb: Use gnujaf in oe_makeclasspath argument tooKhem Raj2012-11-271-1/+3
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * classpath: Fix build for 64bit target using lib64 for base_libdirKhem Raj2012-11-273-1/+21
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * fastjar-native: install symlink for jarKhem Raj2012-11-271-0/+5
| | | | | | | | | | | | | | native recipe also need to install jar symlink since dbus-java needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * dbus-java,libmatthew: Add recipes for dbus-java 2.7 and libmatthew 0.8Khem Raj2012-11-274-0/+187
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * icedtea7-native: Add missing dependency on missing unzip-nativeKhem Raj2012-11-271-1/+2
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * libecj-bootstrap,junit: Tweak to fix rebuild issuesKhem Raj2012-11-272-6/+8
| | | | | | | | | | | | | | | | | | 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>
| * openjdk-7: Fix build for ppc e500/e5500Khem Raj2012-11-272-0/+67
|/ | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjdk7: bring back additional vmsHenning Heinold2012-11-261-1/+2
| | | | * bump PR
* openjdk7: use right make command so addtional jvms are getting installedHenning Heinold2012-11-261-1/+1
|
* README: update version entry for openjdk6Henning Heinold2012-11-231-1/+1
|
* README: add entries for openjdk7Henning Heinold2012-11-231-1/+6
|
* icedtea7-native: update to version 2.1.3Henning Heinold2012-11-234-76/+55
|
* openjdk7: update to version 2.1.3Henning Heinold2012-11-234-35/+47
| | | | * libxp is gone
* icedtea7-native: simple copy over from openjdk-7 branchHenning Heinold2012-11-2214-0/+2518
|
* openjdk7: copy over the openjdk7 from openjdk7-branchHenning Heinold2012-11-2233-0/+2058
| | | | | | | | | 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.
* recipes: Fix license strings to match common licensesKhem Raj2012-11-2210-12/+23
| | | | | | | | | | | 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>
* rhino: Correctly specify the LICENSE fieldKhem Raj2012-11-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* llvm2.8: Fix build break discovred by unanchored regexp fix in bitbakeKhem Raj2012-11-222-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* openjdk-6: dependcy on libxp was removed with version 1.11.5Henning Heinold2012-11-091-1/+1
|
* icedtea6-native: fix build problemSteffen Sledz2012-11-091-0/+1
| | | | | | | | 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>
* icedtea6-native: fix compile errorSteffen Sledz2012-11-092-1/+15
| | | | | | | | | | | 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>
* icedtea-native: remove 1.7 version because of version 1.8 works very wellHenning Heinold2012-11-0824-4556/+0
|
* openjdk: update to version 1.11.5Henning Heinold2012-10-181-2/+2
|
* jamvm: update git versionHenning Heinold2012-10-181-2/+2
|
* classpath: avoid picking up gmp.h from the hostJan Luebbe2012-10-141-1/+2
| | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-6: update to version 1.11.4Henning Heinold2012-09-101-2/+2
|
* openjdk6: update to icedtea version 1.11.3Henning Heinold2012-08-174-10/+25
| | | | * new patch for fixing crosscompile of rmi
* llvm: remove perl-native dep, we use inherit perlnative now and inherit ↵Henning Heinold2012-08-171-2/+2
| | | | pythonnative
* llvm2.8: fix typo in variable appendHenning Heinold2012-08-161-1/+1
| | | | * this fixes build for arm
* icedtea-native: Fix build on ubuntu 12.04 releaseKhem Raj2012-08-164-4/+209
| | | | | | | | | | | | | | | | | | | | 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>
* openjdk-6: Fix cross compilation for e5500 machinesKhem Raj2012-08-162-1/+73
| | | | | | | | | | | 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>
* llvm: Accept ppc64Khem Raj2012-08-162-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-6-common.inc: Change jdk_arch for powerpcKhem Raj2012-07-211-1/+4
| | | | | | | | | 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>
* log4j1.2: Upgrade recipe to 1.2.17 releaseKhem Raj2012-07-211-5/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jaxp1.3_1.4.01.bb: Fix SRC_URI checksumsKhem Raj2012-07-211-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-6: Fix build on ppcKhem Raj2012-07-213-1/+68
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* hsqldb: Add recipeKhem Raj2012-07-211-0/+40
| | | | | | | | | | | | | 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>