Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | jamvm: update git version to 2fdfc86c4c52c14668bcb87fec8cd8ba87e24fc3 | Henning Heinold | 2012-07-19 | 1 | -2/+2 | |
| | ||||||
* | classpath: update to version 0.99 | Henning Heinold | 2012-07-19 | 15 | -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.01 | Henning Heinold | 2012-07-19 | 1 | -1/+1 | |
| | ||||||
* | xerces-j: update to version 2.11.0 | Henning Heinold | 2012-07-19 | 1 | -8/+8 | |
| | ||||||
* | ecj-bootstrap-native: fix bashims again | Henning Heinold | 2012-07-19 | 1 | -1/+1 | |
| | ||||||
* | libecj-bootstrap: fix download location | Henning Heinold | 2012-07-17 | 1 | -1/+1 | |
| | ||||||
* | jamvm: work around min heap size greater than max error | Jan Luebbe | 2012-05-25 | 2 | -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.h | Jan Luebbe | 2012-05-25 | 2 | -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 PR | Henning Heinold | 2012-05-25 | 1 | -0/+16 | |
| | ||||||
* | ecj-bootstrap: rework javac script and bump PR | Henning Heinold | 2012-05-25 | 2 | -7/+14 | |
| | ||||||
* | meta-java: remove NATIVE_INSTALL_WORKS | Henning Heinold | 2012-05-25 | 23 | -26/+1 | |
| | ||||||
* | Merge pull request #28 from OSSystems/master | woglinde | 2012-04-07 | 1 | -5/+5 | |
|\ | | | | | Fix rxtx rebuildness | |||||
| * | rxtx: fix rebuilding | Otavio Salvador | 2012-04-07 | 1 | -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/master | woglinde | 2012-04-04 | 6 | -1/+12 | |
|\ | | | | | Fix for sysroot race condition | |||||
| * | classpath-initial: fix installation of tools.zip file | Otavio Salvador | 2012-04-04 | 6 | -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 cacao | Henning Heinold | 2012-03-08 | 1 | -3/+1 | |
| | | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | |||||
* | rxtx: update license stuff and bump PR | Henning Heinold | 2012-03-08 | 1 | -1/+3 | |
| | | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | |||||
* | Merge pull request #25 from OSSystems/master | woglinde | 2012-03-07 | 1 | -1/+1 | |
|\ | | | | | Fix rxtx description | |||||
| * | rxtx: fix description | Otavio Salvador | 2012-03-07 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | Merge pull request #23 from OSSystems/master | woglinde | 2012-03-06 | 12 | -3/+776 | |
|\ | | | | | Java library packaging improvements | |||||
| * | rxtx: add 2.2.0 pre2 | Otavio Salvador | 2012-03-05 | 10 | -0/+773 | |
| | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
| * | java-library.bbclass: do not fully replace do_install with oe_jarinstall | Otavio Salvador | 2012-03-05 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
| * | java-library.bbclass: allow for regular packages generation | Otavio Salvador | 2012-03-05 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
| * | java.bbclass: use bbwarn as oewarn is now unsupported | Otavio Salvador | 2012-03-05 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | openjdk-6-common.inc: fix parallel_make python function | Henning Heinold | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | openjdk6: clean up configure options | Henning Heinold | 2012-03-01 | 2 | -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 file | Henning Heinold | 2012-03-01 | 1 | -12/+2 | |
| | ||||||
* | openjdk-6-release-6b24.inc: disable shark for now and move checksums | Henning Heinold | 2012-03-01 | 1 | -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.1 | Henning Heinold | 2012-03-01 | 1 | -0/+8 | |
| | ||||||
* | openjdk-6-common.inc: remove trailing backslash | Henning Heinold | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | cacaoh-openjdk-native: removed, not needed anymore | Henning Heinold | 2012-03-01 | 2 | -38/+0 | |
| | ||||||
* | openjdk-6-common: remove cacaoh-openjdk-native from dependencies it is not ↵ | Henning Heinold | 2012-03-01 | 1 | -4/+2 | |
| | | | | | | needed anymore * bump INC_PR | |||||
* | openjdk-6-common.inc: remove trailling wihtespaces and tabs | Henning Heinold | 2012-03-01 | 1 | -12/+12 | |
| | ||||||
* | meta-java: Fix quote errors | Khem Raj | 2012-02-28 | 4 | -12/+12 | |
| | | | | | | | 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> | |||||
* | Merge pull request #20 from OSSystems/master | woglinde | 2012-02-25 | 1 | -1/+7 | |
|\ | | | | | Provides virtual/jar utility | |||||
| * | fastjar: provides virtual/jar and use use alternatives | Otavio Salvador | 2012-02-24 | 1 | -1/+7 | |
|/ | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | Merge pull request #17 from OSSystems/master | woglinde | 2012-02-15 | 1 | -38/+38 | |
|\ | | | | | Fix packaging in i586 | |||||
| * | openjdk: use dynamic architecture value when packaging | Otavio Salvador | 2012-02-13 | 1 | -38/+38 | |
| | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | | Merge pull request #16 from OSSystems/master | woglinde | 2012-02-13 | 1 | -6/+6 | |
|\| | | | | | Fix i586 target detection | |||||
| * | openjdk: fix i586 arch detection for JDK | Otavio Salvador | 2012-02-13 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
| * | openjdk: fix qemu target detection | Otavio Salvador | 2012-02-13 | 1 | -4/+4 | |
|/ | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||||
* | Merge pull request #15 from jgilles/master | woglinde | 2012-01-31 | 1 | -4/+4 | |
|\ | | | | | openjdk-6: postinst fixes for jamvm, etc | |||||
| * | openjdk-6: fix postinst for shark, cacao, jamvm | Jesse Gilles | 2012-01-30 | 1 | -4/+4 | |
|/ | | | | Signed-off-by: Jesse Gilles <jgilles@multitech.com> | |||||
* | README: add a note concerning libstdc++-static | Eric BENARD | 2012-01-18 | 1 | -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++.patch | Eric BENARD | 2012-01-18 | 1 | -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_PR | Henning Heinold | 2012-01-11 | 2 | -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 warnings | Koen Kooi | 2012-01-07 | 1 | -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 well | Koen Kooi | 2012-01-07 | 1 | -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_OEMAKE | Henning Heinold | 2012-01-06 | 1 | -3/+3 | |
| | | | | | | * thanks Yauhen Kharuzhy for spotting it Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | |||||
* | openjdk-6: oenote -> bbnote transition, oeerror likewise | Henning Heinold | 2012-01-06 | 1 | -8/+8 | |
| | | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> |