summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao
Commit message (Collapse)AuthorAgeFilesLines
* initials: silence "populate_sysroot manifest not found" warningsMagnus Olsson2015-03-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | A number of recipes in meta-java use autotools.bbclass for building; internally it uses the sstate-control populate_sysroot manifests to locate and copy aslocals for configure dependencies as part of the do_configure step. The manifest path differs depending on if it's a native package or not so autotools.bbclass looks at the package name to determine if its native or not (it's native if it ends with "-native"). The warnings are emitted because a few (native) recipes in meta-java (such as cacao-initial, classpath-initial and more) are incorrectly being classified as non-native by autotools.bbclass, which makes it look for the manifest in the wrong place and finally gives up with the warning: WARNING: /home/oe/tmp-glibc/sstate-control/manifest-mymachine-libecj-bootstrap.populate_sysroot not found This happens for cacao-initial, classpath-initial, ecj-initial, libecj-boostrap, jamvm-initial and jikes-initial since they are all native and rely on autotools. This patch renames the recipes so they end with -native, e.g ecj-initial-native. It also updates the recipes so they DEPEND on the corresponding new name. This helps autotools.bbclass to properly classify the recipes are native and silence the warnings. Signed-off-by: Magnus Olsson <magnus@minimum.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cacao: create the link /usr/bin/java in cacao-nativeHugo Vasconcelos Saldanha2015-02-261-0/+4
| | | | | | | | | | | In native build, the link is not created by update-alternatives. Some package builds were failing, like gnumail and gnujaf, if cacao was the PREFERRED_PROVIDER_virtual/java-native. Something similiar is currently done with jamvm-native. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cacao: upgrade m4 macros in source treeHugo Vasconcelos Saldanha2015-02-171-0/+2
| | | | | | | | | Before configuring package, we upgrade m4 macros with a call to libtoolize. Otherwise, compiling would fail with a complain about different versions of libtool. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cacao: Update update-alternatives macros.Alex Gonzalez2014-12-301-3/+3
| | | | Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
* cacao: switch to autotools-brokensepHenning Heinold2014-06-081-1/+1
|
* cacao-initial: switch to autotools-brokensepHenning Heinold2014-06-081-1/+1
|
* cacao: fix target compilation and packagingHenning Heinold2014-04-161-5/+22
|
* cacao: add recipe for additional java vm cacao version 1.6.1Henning Heinold2014-01-091-0/+52
|
* cacao-initial: add cacao-initial recipe from oe-classicHenning Heinold2014-01-093-0/+109
|
* cacaoh-openjdk-native: removed, not needed anymoreHenning Heinold2012-03-012-38/+0
|
* meta-java: initial commitHenning Heinold2011-11-262-0/+38
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native