diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-06-26 23:51:12 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-06-26 23:51:12 +0000 |
commit | 112f0a4352b46a805c466ffebd664cfc9f64872d (patch) | |
tree | 54662e2330cd3c3a03d465815c3876a77a27fe22 /packages/cacao/cacao_0.99.1.bb | |
parent | d77c34d61d43d5213ba2f3936666262d876d33ed (diff) |
Add a new cacao revision and add support for changed configure options (new in 0.99)
cacao: Cleanup and new recipe.
* removed the need for the 'libdir' patches and simplified cacao.inc
* removed those patches
* added with-build-java-library-classes patch (applied upstream already)
* usage of changed configure options
cacao 0.98+hg20080519: Simplified.
* adjusted with-build-java-library-classes patch for this version
* increased PR
cacao 0.99.1: New recipe.
cacaoh-native:
* usage of changed configure options
cacaoh-native 0.98+hg20080519: Simplified.
cacaoh-native 0.99.1: New recipe.
Diffstat (limited to 'packages/cacao/cacao_0.99.1.bb')
-rw-r--r-- | packages/cacao/cacao_0.99.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/cacao/cacao_0.99.1.bb b/packages/cacao/cacao_0.99.1.bb new file mode 100644 index 0000000000..a503c7d3d4 --- /dev/null +++ b/packages/cacao/cacao_0.99.1.bb @@ -0,0 +1,14 @@ +require cacao.inc + +PR = "r0" + +SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=a5641452c7ba173060c99ed700950b3d \ + file://cacao-${PV}-build-java-runtime-library-classes.patch;patch=1 \ + " + +# Quirks for Nokia N800: +# - with mfloat-abi=softfp the runtime fails to run anything +# - without --enable-softfloat it cannot find files within Jars +TARGET_CC_ARCH_nokia800 = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=soft" + +EXTRA_OECONF_append_nokia800 = "--enable-softfloat" |