summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * openjdk-6: fix postinst for shark, cacao, jamvmJesse Gilles2012-01-301-4/+4
|/ | | | Signed-off-by: Jesse Gilles <jgilles@multitech.com>
* README: add a note concerning libstdc++-staticEric BENARD2012-01-181-0/+2
| | | | | | | which is required for icedtea6-native Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* 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>
* java.bbclass: 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-063-5/+5
| | | | | | | | | | | 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>
* libecj-bootstrap: correct license to EPL-1.0Xerxes Rånby2011-12-211-2/+2
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* Apache have moved its complete software archive from www.apache.org to ↵Xerxes Rånby2011-12-2120-21/+21
| | | | | | | | | | archive.apache.org commons-cli, commons-codec, commons-collections, commons-configuration, commons-digester, commons-discovery, commons-el, commons-fileupload, commons-httpclient, commons-io, commons-jxpath, commons-lang, commons-logging, commons-net, commons-pool, avalon-framework-api, logkit, oro, poi and xerces-j have been updated accordingly. Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* openjdk-6-common: move java2-vm to RRECOMMENDSKoen Kooi2011-12-211-2/+9
| | | | | | | | | | | | | | | | | | | | Even though a vm is a hard dependency it is set as RRECOMMENDS so a single vm can get uninstalled: root@beaglebone:~/java# opkg remove openjdk-6-vm-shark No packages removed. Collected errors: * print_dependents_warning: Package openjdk-6-vm-shark is depended upon by packages: * print_dependents_warning: openjdk-6-java * print_dependents_warning: These might cease to work if package openjdk-6-vm-shark is removed. In the above situation all vms (cacao, zero and shark) were installed, but due to llvm problems[1] shark is currently broken. To fix the java install shark needs to get uninstalled. In theory this change allows people to break the java installation, but in practice it's already broken due to [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/036595.html Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* jamvm git: use proper PVKoen Kooi2011-12-011-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* meta-java: initial commitHenning Heinold2011-11-26186-0/+16635
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native