aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
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
2012-07-19llvm: Use default PACKAGES varKhem Raj
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>
2012-07-19jamvm: update git version to 2fdfc86c4c52c14668bcb87fec8cd8ba87e24fc3Henning Heinold
2012-07-19classpath: update to version 0.99Henning Heinold
* switch to INC_PR for native and initial * clean up dependencies * inherit gettext class instead of depeding directly on the package * clean up patches
2012-07-19jaxp1.3: update xml-commons-external to version 1.4.01Henning Heinold
2012-07-19xerces-j: update to version 2.11.0Henning Heinold
2012-07-19ecj-bootstrap-native: fix bashims againHenning Heinold
2012-07-17libecj-bootstrap: fix download locationHenning Heinold
2012-05-25jamvm: work around min heap size greater than max errorJan Luebbe
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>
2012-05-25llvm2.8: fix llvm compile error by including unistd.hJan Luebbe
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>
2012-05-25classpath-native: sed out java-initial with sed in the tools and bump PRHenning Heinold
2012-05-25ecj-bootstrap: rework javac script and bump PRHenning Heinold
2012-05-25meta-java: remove NATIVE_INSTALL_WORKSHenning Heinold
2012-04-07rxtx: fix rebuildingOtavio Salvador
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>
2012-04-04classpath-initial: fix installation of tools.zip fileOtavio Salvador
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>
2012-03-08rxtx: update license stuff and bump PRHenning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-03-07rxtx: fix descriptionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-05rxtx: add 2.2.0 pre2Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-01openjdk-6-common.inc: fix parallel_make python functionHenning Heinold
2012-03-01openjdk6: clean up configure optionsHenning Heinold
* removed unknown options * use native2ascii from our icedtea native build * unset ant-home * remove xalan-j and xerces-j dependencies, not needed anymore
2012-03-01openjdk-6: update the hg version, move checksums to release include fileHenning Heinold
2012-03-01openjdk-6-release-6b24.inc: disable shark for now and move checksumsHenning Heinold
* llvm is not working well with arm at the moment, so disabled shark * move the cacao and jamvm checksums into the release inc file
2012-03-01openjdk6: add version 1.11.1Henning Heinold
2012-03-01openjdk-6-common.inc: remove trailing backslashHenning Heinold
2012-03-01cacaoh-openjdk-native: removed, not needed anymoreHenning Heinold
2012-03-01openjdk-6-common: remove cacaoh-openjdk-native from dependencies it is not ↵Henning Heinold
needed anymore * bump INC_PR