aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
AgeCommit message (Collapse)Author
2010-10-29cacaoh-*native: Don't rely on host libtoolStefan Schmidt
Reported-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-28cacaoh-openjdk-native: Cleanup double inherit of autotools.Stefan Schmidt
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-28cacaoh-*native: Try to be libtool version agnostic.Stefan Schmidt
Based on a suggestion from Enrico Scholz we should use libtool --mode=install for install libtool stuff. This fixes a regresion for me that came in with commit 93c4d9d84096c817e74abf3f4c02f82af4c95178 It is working fine again now with libtool 2.2.6b (angstrom-2008), testing with libtool 2.4 would be appreciated. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-22cacao: Fix path for cacaoh source in do_installJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-07cacao.inc: Fix path to cacaoh stagingStefan Schmidt
Problem found and fixed by dfoley <dfoley@telus.net> Signed-off-by: dfoley <dfoley@telus.net> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-03cacao : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-30cacaoh-native: Removed legacy style stagingFahad Usman
* converted do_stage to do_install * use oe-stylize.py (with care as it gets require wrong). * Switch to INC_PR, bump. Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-14cacao 0.99.3: Fixed packaging of libjvm.so.Robert Schuster
cacao 0.99.4: Dito.
2010-07-08openjdk: move over the recipes from jalimoHenning Heinold
2010-06-24cacao.inc: Make libjvm.so a private lib.Robert Schuster
2010-06-16cacao *: Install libjvm.so into separate folder in ${libdir}.Robert Schuster
2010-06-08cacao-native: add mercurial recipeHenning Heinold
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-05-14cacao: Added missing patch.Robert Schuster
2009-05-13cacao-native 0.99.4: Set default preference to -1.Robert Schuster
2009-03-30cacao 0.99.3: Added patch to fix PR99 (this time for real).Robert Schuster
cacao 0.99.4: Dito.
2009-03-26cacao 0.99.3: Added stackbase fix patch.Robert Schuster
cacao 0.99.4: Dito.
2009-03-20cacao-native 0.99.4: Added note about unusability on amd64 hosts.Robert Schuster
2009-03-20cacao-native 0.99.3: Retrieve recipe back.Robert Schuster
2009-03-20cacao 0.99.4: New recipe.Robert Schuster
cacaoh-native 0.99.4: New recipe.
2009-03-20cacao-native: Updated to 0.99.4.Robert Schuster
2009-03-20cacao 0.99.3: Added patch for PR 99.Robert Schuster
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>