summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
...
* openjdk-6: Fix build on ppcKhem Raj2012-07-213-1/+68
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* hsqldb: Add recipeKhem Raj2012-07-211-0/+40
| | | | | | | | | | | | | Fixes ERROR: Nothing PROVIDES 'hsqldb' (but meta-java/recipes-core/xml-commons/jaxme_0.5.2.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'jaxme' has no buildable providers. M Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* 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
|
* 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>