summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* openjdk-6-common: Pass LD_LIBRARY_PATH to app running under qemuKhem Raj2012-07-211-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 itHenning Heinold2012-07-211-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 checksumHenning Heinold2012-07-191-1/+1
|
* openjdk6: uses spaces instead of tabs for python functionsHenning Heinold2012-07-191-31/+31
|
* openjdk-6: Use virtual/libiconv instead of libiconv in DEPENDSKhem Raj2012-07-191-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_PRHenning Heinold2012-07-193-1/+4
|
* llvm: use spaces for python functionsHenning Heinold2012-07-191-34/+32
|
* llvm: Use default PACKAGES varKhem Raj2012-07-191-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 2fdfc86c4c52c14668bcb87fec8cd8ba87e24fc3Henning Heinold2012-07-191-2/+2
|
* classpath: update to version 0.99Henning Heinold2012-07-1915-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.01Henning Heinold2012-07-191-1/+1
|
* xerces-j: update to version 2.11.0Henning Heinold2012-07-191-8/+8
|
* ecj-bootstrap-native: fix bashims againHenning Heinold2012-07-191-1/+1
|
* 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
|
* Merge pull request #28 from OSSystems/masterwoglinde2012-04-071-5/+5
|\ | | | | Fix rxtx rebuildness
| * 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>
* Merge pull request #27 from OSSystems/masterwoglinde2012-04-046-1/+12
|\ | | | | Fix for sysroot race condition
| * 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>
* README: update openjdk-jre version and remove cacaoHenning Heinold2012-03-081-3/+1
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* rxtx: update license stuff and bump PRHenning Heinold2012-03-081-1/+3
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* Merge pull request #25 from OSSystems/masterwoglinde2012-03-071-1/+1
|\ | | | | Fix rxtx description
| * rxtx: fix descriptionOtavio Salvador2012-03-071-1/+1
|/ | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #23 from OSSystems/masterwoglinde2012-03-0612-3/+776
|\ | | | | Java library packaging improvements
| * rxtx: add 2.2.0 pre2Otavio Salvador2012-03-0510-0/+773
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * java-library.bbclass: do not fully replace do_install with oe_jarinstallOtavio Salvador2012-03-051-1/+1
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * java-library.bbclass: allow for regular packages generationOtavio Salvador2012-03-051-1/+1
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * java.bbclass: use bbwarn as oewarn is now unsupportedOtavio Salvador2012-03-051-1/+1
|/ | | | 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-284-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/masterwoglinde2012-02-251-1/+7
|\ | | | | Provides virtual/jar utility
| * fastjar: provides virtual/jar and use use alternativesOtavio Salvador2012-02-241-1/+7
|/ | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #17 from OSSystems/masterwoglinde2012-02-151-38/+38
|\ | | | | Fix packaging in i586
| * openjdk: use dynamic architecture value when packagingOtavio Salvador2012-02-131-38/+38
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge pull request #16 from OSSystems/masterwoglinde2012-02-131-6/+6
|\| | | | | Fix i586 target detection
| * 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>
* Merge pull request #15 from jgilles/masterwoglinde2012-01-311-4/+4
|\ | | | | openjdk-6: postinst fixes for jamvm, etc