summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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>
* 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>
* rxtx: update license stuff and bump PRHenning Heinold2012-03-081-1/+3
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* rxtx: fix descriptionOtavio Salvador2012-03-071-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rxtx: add 2.2.0 pre2Otavio Salvador2012-03-0510-0/+773
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openjdk-6-common.inc: fix parallel_make python functionHenning Heinold2012-03-011-1/+1
|
* openjdk6: clean up configure optionsHenning Heinold2012-03-012-10/+3
| | | | | | | * removed unknown options * use native2ascii from our icedtea native build * unset ant-home * remove xalan-j and xerces-j dependencies, not needed anymore
* openjdk-6: update the hg version, move checksums to release include fileHenning Heinold2012-03-011-12/+2
|
* openjdk-6-release-6b24.inc: disable shark for now and move checksumsHenning Heinold2012-03-011-5/+13
| | | | | * llvm is not working well with arm at the moment, so disabled shark * move the cacao and jamvm checksums into the release inc file
* openjdk6: add version 1.11.1Henning Heinold2012-03-011-0/+8
|
* openjdk-6-common.inc: remove trailing backslashHenning Heinold2012-03-011-1/+1
|
* cacaoh-openjdk-native: removed, not needed anymoreHenning Heinold2012-03-012-38/+0
|
* openjdk-6-common: remove cacaoh-openjdk-native from dependencies it is not ↵Henning Heinold2012-03-011-4/+2
| | | | | | needed anymore * bump INC_PR
* openjdk-6-common.inc: remove trailling wihtespaces and tabsHenning Heinold2012-03-011-12/+12
|
* meta-java: Fix quote errorsKhem Raj2012-02-283-3/+3
| | | | | | | new bitbake is strict about quoting so fix them Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* fastjar: provides virtual/jar and use use alternativesOtavio Salvador2012-02-241-1/+7
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openjdk: use dynamic architecture value when packagingOtavio Salvador2012-02-131-38/+38
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openjdk: fix i586 arch detection for JDKOtavio Salvador2012-02-131-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openjdk: fix qemu target detectionOtavio Salvador2012-02-131-4/+4
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openjdk-6: fix postinst for shark, cacao, jamvmJesse Gilles2012-01-301-4/+4
| | | | Signed-off-by: Jesse Gilles <jgilles@multitech.com>
* openjdk-6-6b24: fix icedtea-launcher-stdc++.patchEric BENARD2012-01-181-1/+1
| | | | | | | | | | without this fix I get (on a FC16) : | Checking patches/icedtea-launcher-stdc++.patch | /usr/bin/patch: **** rejecting absolute target file name: /openjdk/hotspot/make/linux/makefiles/launcher.make | ERROR patch patches/icedtea-launcher-stdc++.patch FAILED! Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* libecj-bootstrap: use sort for builder order and introduce INC_PRHenning Heinold2012-01-112-1/+5
| | | | | | | | | | * on some filesystems find orders the files to build not the right way, using sort seems to fix it, thanks Stefan Ring for the patch * use INC_PR for better revision handling Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm: silence dev-so QA warningsKoen Kooi2012-01-071-0/+1
| | | | | | | * fix was sent in by Xerxes Rånby too Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm: fix OEMAKE typo and apply for non-native builds as wellKoen Kooi2012-01-071-3/+3
| | | | | | | * fix was sent in by Xerxes Rånby too Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm-initial: fix typo in EXTRA_OEMAKEHenning Heinold2012-01-061-3/+3
| | | | | | * thanks Yauhen Kharuzhy for spotting it Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-6: oenote -> bbnote transition, oeerror likewiseHenning Heinold2012-01-061-8/+8
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* icedtea6-native: oenote -> bbnote transitionHenning Heinold2012-01-061-4/+4
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm, openjdk: Add mips to known architecturesKhem Raj2012-01-062-3/+3
| | | | | | | correct a typo Mips -> mips Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm, openjdk: Use bb.error instread of oefatalKhem Raj2012-01-062-2/+2
| | | | | | | | | | | oefatal is not available in oe-core so replace it with bbfatal in classes and oe.error in recipes which use it in anonymous python. bb.fatal aborts parsing. So we want to give an error but not stop parsing. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm-initial: do not overwerite do_compile use EXTRA_OEMAKEHenning Heinold2012-01-061-6/+4
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm: do not use the glibj.zip from host systemHenning Heinold2012-01-061-1/+3
| | | | | | * was spotted by Xerxes Rånby Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* classpath: set dev-so QA checks to ignoreKoen Kooi2012-01-061-0/+3
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* classpath: fixesKoen Kooi2011-12-232-2/+5
| | | | | | | | | * add license checksum * clarify license in recipe * remove obsolete PRIORITY field Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk6: remove version 1.8.11Henning Heinold2011-12-232-111/+0
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk6: add icedtea pre 1.11 version from mercurialHenning Heinold2011-12-2226-42/+1211
| | | | | | | | | | | | * add jamvm target * simplify versionhandling of jaxp and other external stuff * switch back to llvm 2.8 for shark, because it is the last version known to work, * llvm works partly * rework postinst and prerm and use zero as default vm * bump INC_PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm: put the arm-fenv patch from inc file to llvm2.9Henning Heinold2011-12-222-2/+2
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm: add llvm 2.8, because it is the last know working version for armHenning Heinold2011-12-224-0/+164
| | | | | | | * we need static libs, because shared libs are not allowed with cmake * disable llvm-mc because it is no buildable with static libs and cmake Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm.inc: add .a files to the dev package tooHenning Heinold2011-12-211-1/+2
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* icedtea6-native.inc: remove bashismHenning Heinold2011-12-211-1/+1
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* icedtea6-native: add the jar-rhino-rewriter-fixHenning Heinold2011-12-212-1/+15
| | | | | | *bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* llvm: correct license to NCSAXerxes Rånby2011-12-211-1/+1
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* icedtea6-native: Update jaxp URL to use download.java.netXerxes Rånby2011-12-211-1/+1
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* jdepend: update to latest upstream version 2.9.1Xerxes Rånby2011-12-211-2/+2
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* ant-native: source hosted on archive.apache.orgXerxes Rånby2011-12-211-1/+1
| | | | Signed-off-by Xerxes Rånby <xerxes@zafena.se>