Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | openjdk-6-common: Pass LD_LIBRARY_PATH to app running under qemu | Khem Raj | 2012-07-21 | 1 | -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 it | Henning Heinold | 2012-07-21 | 1 | -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 checksum | Henning Heinold | 2012-07-19 | 1 | -1/+1 | |
| | ||||||
* | openjdk6: uses spaces instead of tabs for python functions | Henning Heinold | 2012-07-19 | 1 | -31/+31 | |
| | ||||||
* | openjdk-6: Use virtual/libiconv instead of libiconv in DEPENDS | Khem Raj | 2012-07-19 | 1 | -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_PR | Henning Heinold | 2012-07-19 | 3 | -1/+4 | |
| | ||||||
* | llvm: use spaces for python functions | Henning Heinold | 2012-07-19 | 1 | -34/+32 | |
| | ||||||
* | llvm: Use default PACKAGES var | Khem Raj | 2012-07-19 | 1 | -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 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 |