aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath
AgeCommit message (Collapse)Author
2011-03-27classpath-native: switch from inherit gettext directly to gettext-nativeHenning Heinold
* gettext-native can be stripped out sometimes now so let us depend directly on it for config.rpath
2011-03-27inetlib: move to proper placeHenning Heinold
2011-03-11classpath-native: Reorder inherits to fix gettextTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-09classpath: Update to use 'inherit gettext'Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-08classpath : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-30classpath-tools-native.bb: Converted to new style stagingFahad Usman
* Converted do_stage to do_install. * Added NATIVE_INSTALL_WORKS = "1" * Added PR = "r1" Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-15classpath: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04classpath: Unified remaining recipes.Robert Schuster
2010-08-04* outdated classpath recipe removal spree:Robert Schuster
classpath-minimal 0.96.1: Removed. classpath 0.95: Dito. classpath 0.96.1: Dito.
2010-08-04inetlib: Fixed monkeywork typo.Robert Schuster
2010-08-04inetlib-native: Removed.Robert Schuster
inetlib: BBCLASSEXTEND="native"-ified.
2010-06-24classpath-native: update the ecj-patchHenning Heinold
* the java-files in tools aren't UTF8 at all so we need the same handling as with asm-files * bump PR
2010-06-10recipes: conform to OE packaging guidelines with ↵Martin Jansa
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-06-06classpath-tools-native: *sigh* seems do_stage needs to be override in all casesHenning Heinold
2010-06-06classpath-tools-native: remove do_stage function, not needed anymoreHenning Heinold
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-05-16classpath-native.inc: convert to new staging systemHenning Heinold
2010-04-15recipes: more checksums and more fixes to download them allMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@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>
2010-02-01classpath-native: the exit_hook.patch don't work anymore disable ↵Henning Heinold
wrapper-tools for now
2010-01-11classpath-native: disable-gjdoc, it calls antlr and fails without antlr ↵Martin Jansa
installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-24classpath: Added toolwrapper-exithook.patch.Robert Schuster
classpath-native: Dito.
2009-12-24classpath: Added toolwrapper-exithook.patchRobert Schuster
classpath-native: Dito.
2009-09-29classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB ↵Robert Schuster
files).
2009-09-18inetlib 1.1.1: New recipe (from Jalimo SVN).Robert Schuster
inetlib-native 1.1.1: Dito.
2009-07-22classpath-tools-native: native package should inherit nativeHenning Heinold
* workaround for do_stage * not bump PR because package doesnt produce something
2009-07-15classpath.inc: Added 'inherit java'.Robert Schuster
2009-07-07classpath: Depend on antlr-native, increased resp. PRs.Robert Schuster
2009-07-02classpath: depend on gmp (for libjavamath) and do not use system oneMarcin Juszkiewicz
2009-03-23classpath-native 0.97.2: Retrieved back from ↵Robert Schuster
595952e9bbff5d25c370fd140d58c3aae9434690.
2009-03-23classpath-native 0.98: Set DEFAULT_PREFERENCE to -1.Robert Schuster
2009-03-20classpath-native: Clean upRobert Schuster
- removed 0.96.1, 0.97.2: Unable to guarantee that these work with current VMs - added 0.98 - removed superfluous patches
2009-03-20classpath 0.98: New recipe.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>