summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath_0.99.bb
Commit message (Collapse)AuthorAgeFilesLines
* classpath: Fix build with targets aarch64Ricardo Ribalda Delgado2019-07-091-0/+1
| | | | | | | | | | | | | Fixes: | In file included from ../../../classpath-0.99/native/fdlibm/fdlibm.h:36, | from ../../../classpath-0.99/native/fdlibm/e_exp.c:76: | ../../../classpath-0.99/native/fdlibm/ieeefp.h:163:2: error: #error Endianess not declared!! | #error Endianess not declared!! | ^~~~~ | In file included from ../../classpath-0.99/native/fdlibm/fdlibm.h:40, Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* Avoid parse time errors due to dependency on x11, for distros without x11Jens Rehsack2015-10-291-0/+4
| | | | | | | | | | | | | | | | | | | | | BitBake raises some errors when processing recipes that depend on x11 for distros that don't have x11 in DISTRO_FEATURES. To work around that issue, REQUIRED_DISTRO_FEATURES = "x11" (from distro_features_check.bbclass) has been set for the following recipes: * cacao (_class-target) * classpath (_class-target) * jamvm (_class-target) * openjdk-7-release That makes BitBake skip those recipes during the cache generation (they'd still be parsed, but ignored). This patch improves the idea from Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Jens Rehsack <sno@netbsd.org> Acked-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Added patch to fix build of package classpath-0.99 with the freetype2 library.Martin Rösch2014-06-081-0/+1
|
* classpath: Fix build for 64bit target using lib64 for base_libdirKhem Raj2012-11-271-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* classpath: fix new license checksumHenning Heinold2012-07-191-1/+1
|
* classpath: update to version 0.99Henning Heinold2012-07-191-0/+14
* switch to INC_PR for native and initial * clean up dependencies * inherit gettext class instead of depeding directly on the package * clean up patches