summaryrefslogtreecommitdiffstats
path: root/package/classpath/classpath.mk
Commit message (Collapse)AuthorAgeFilesLines
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* classpath: xmlj requires threads.Marcus Hoffmann2017-03-181-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/bb1f005948803fac9e753c2d3ba1e53bb78a0456 Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* classpath: fix typo in CLASSPATH_CONF_OPTS definitionThomas Petazzoni2017-02-121-1/+1
| | | | | | | | This typo was introduced by commit 8f8c02e596e781df77b8cd7d5e7b3c33ae5e36b2 ("classpath: bump to version 0.99"). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* classpath: bump to version 0.99Marcus Hoffmann2017-02-121-4/+3
| | | | | | | | | | | | | | | | | Drop both patches since they are included upstream. We don't need to autoreconf now. Note: classpath 0.99 has a bug in it's autoconf scripts, such that configure always fails when specifying --disable-tools[1]. We enable these for now. Also explicitly disable GJDoc generation, as this defaults to on now. --disable-plugin is not needed any more, since this is now the default. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70660 Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-12/+12
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* classpath: fix alsa-related build failureGustavo Zacarias2013-07-081-1/+3
| | | | | | | | Classpath requires sequencer support besides pcm support. Fixes: http://autobuild.buildroot.org/results/2bd/2bd39ffa821bc02d64998bc9e8fe178d3741a1d8/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* classpath: fix build errors with gmp supportGustavo Zacarias2013-07-081-2/+4
| | | | | | | | | | gmp support has a hardcoded /usr/include include PATH which causes breakage when there is a distribution gmp with development headers installed. Fixes: http://autobuild.buildroot.net/results/849/8497648c0b21390782eecc5b4aa91281bcf58ad6/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add header to packages where missingAlexandre Belloni2013-06-211-0/+6
| | | | | | Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* classpath: remove qt supportArnout Vandecappelle (Essensium/Mind)2013-05-121-7/+4
| | | | | | | | classpath doesn't work with Qt in buildroot. It assumes qt will run on X11, but we don't have qt-x11 support on buildroot. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* classpath: gstreamer support needs gtk as wellPeter Korsgaard2012-12-041-4/+5
| | | | | | Fixes http://autobuild.buildroot.net/results/80550a210a72a64c182e00dc2cb3a15ec776b658 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add classpathPeter Korsgaard2012-12-041-0/+55
| | | | | | | | | Requires java, javac and jar on the build machine, similar to how we require gcc/g++. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> classpath: fixup
* package: move java packages to package/java sub directoryPeter Korsgaard2008-03-281-94/+0
|
* Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt2008-03-261-1/+1
| | | | | | broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
* added concierge OSGi and classpathJohn Voltz2008-03-061-0/+94
OpenPOWER on IntegriCloud