summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
...
* openjdk7: disable shark until it is working againHenning Heinold2012-12-071-2/+3
|
* openjdk7: correct path to bootstrap jdkHenning Heinold2012-12-071-1/+1
|
* 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
|
* 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>
* 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
|