summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* openjdk-6-common: Pass LD_LIBRARY_PATH to app running under qemuKhem Raj2012-07-211-2/+2
| | | | | | | | | | | | 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>
* xalan-j: remove the directory before copy stuff to itHenning Heinold2012-07-211-1/+1
| | | | | | * when the build process got interrtupted it might happen something is already in build-serializer/ so remove it before creating it again
* classpath: fix new license checksumHenning Heinold2012-07-191-1/+1
|
* openjdk6: uses spaces instead of tabs for python functionsHenning Heinold2012-07-191-31/+31
|
* openjdk-6: Use virtual/libiconv instead of libiconv in DEPENDSKhem Raj2012-07-191-1/+1
| | | | | | | 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>
* llvm: use INC_PRHenning Heinold2012-07-193-1/+4
|
* llvm: use spaces for python functionsHenning Heinold2012-07-191-34/+32
|
* llvm: Use default PACKAGES varKhem Raj2012-07-191-2/+0
| | | | | | | avoids packaging errors with oe-core master Signed-off-by: Khem Raj <rak.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm: update git version to 2fdfc86c4c52c14668bcb87fec8cd8ba87e24fc3Henning Heinold2012-07-191-2/+2
|
* classpath: update to version 0.99Henning Heinold2012-07-1915-184/+180
| | | | | | | * switch to INC_PR for native and initial * clean up dependencies * inherit gettext class instead of depeding directly on the package * clean up patches
* jaxp1.3: update xml-commons-external to version 1.4.01Henning Heinold2012-07-191-1/+1
|
* xerces-j: update to version 2.11.0Henning Heinold2012-07-191-8/+8
|
* ecj-bootstrap-native: fix bashims againHenning Heinold2012-07-191-1/+1
|
* libecj-bootstrap: fix download locationHenning Heinold2012-07-171-1/+1
|
* jamvm: work around min heap size greater than max errorJan Luebbe2012-05-252-1/+17
| | | | | | | | | | On system with large amounts of RAM (such as 96GB), the default initial heap size is larger than the max heap size specified in some build commands. Set min_heap to the max_heap value in those cases instead. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm2.8: fix llvm compile error by including unistd.hJan Luebbe2012-05-252-0/+15
| | | | | | | Thanks to Jaap de Jong and Khem Raj for reporing the problem and suggesting the fix. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* classpath-native: sed out java-initial with sed in the tools and bump PRHenning Heinold2012-05-251-0/+16
|
* ecj-bootstrap: rework javac script and bump PRHenning Heinold2012-05-252-7/+14
|
* meta-java: remove NATIVE_INSTALL_WORKSHenning Heinold2012-05-2523-26/+1
|
* Merge pull request #28 from OSSystems/masterwoglinde2012-04-071-5/+5
|\ | | | | Fix rxtx rebuildness
| * rxtx: fix rebuildingOtavio Salvador2012-04-071-5/+5
|/ | | | | | | | Sometimes, due sstate hash changes, packages can be rebuild and this were causing build failures in some builds. The patch allows for it to keep working if configure is ran twice. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #27 from OSSystems/masterwoglinde2012-04-046-1/+12
|\ | | | | Fix for sysroot race condition
| * classpath-initial: fix installation of tools.zip fileOtavio Salvador2012-04-046-1/+12
|/ | | | | | | | | | This fixes an unpredicability of sysroot tools.zip version as classpath-initial and classpath-native were installing the tools.zip at same path. We also bump PR of affected recipes to force them to rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* README: update openjdk-jre version and remove cacaoHenning Heinold2012-03-081-3/+1
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* rxtx: update license stuff and bump PRHenning Heinold2012-03-081-1/+3
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>