aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cacao
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-06-27 13:26:14 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-06-27 13:26:14 +0000
commitdfc402f596ca3285ac0fb187a954d3f616ab1879 (patch)
treec0f36363ea71626bc6d8c464b19d96c6396068b5 /packages/cacao
parentffe04fd5191aeb214933e1a5f6e5c57d5ec9e728 (diff)
downloadopenembedded-dfc402f596ca3285ac0fb187a954d3f616ab1879.tar.gz
cacao-native 0.99.1: New recipe.
* add support for new configure options in cacao-native.inc
Diffstat (limited to 'packages/cacao')
-rw-r--r--packages/cacao/cacao-native.inc18
-rw-r--r--packages/cacao/cacao-native_0.99.1.bb7
2 files changed, 19 insertions, 6 deletions
diff --git a/packages/cacao/cacao-native.inc b/packages/cacao/cacao-native.inc
index 26d3d37f58..8ae2874253 100644
--- a/packages/cacao/cacao-native.inc
+++ b/packages/cacao/cacao-native.inc
@@ -13,12 +13,18 @@ S = "${WORKDIR}/cacao-${PV}"
inherit native autotools
EXTRA_OECONF = "\
- --enable-debug \
- --with-classpath-libdir=${libdir} \
- --with-classpath-includedir=${includedir}/classpath \
- --with-classpath-classes=${datadir}/classpath/glibj.zip \
- --with-vm-zip=${datadir}/cacao/vm.zip \
- "
+ --enable-debug \
+ --with-vm-zip=${datadir}/cacao/vm.zip \
+ \
+ --with-classpath-libdir=${libdir_jni}:${libdir} \
+ --with-classpath-includedir=${includedir}/classpath \
+ --with-classpath-classes=${datadir}/classpath/glibj.zip \
+ \
+ --with-java-runtime-library-classes=${datadir}/classpath/glibj.zip \
+ --with-java-runtime-library-libdir=${libdir_jni}:${libdir} \
+ --with-jni_md_h=${incdir}/classpath \
+ --with-jni_h=${incdir}/classpath \
+ "
# force usage of ecj-initial (but Java5-compatible class library)
export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial -bootclasspath ${STAGING_DATADIR_NATIVE}/classpath/glibj.zip"
diff --git a/packages/cacao/cacao-native_0.99.1.bb b/packages/cacao/cacao-native_0.99.1.bb
new file mode 100644
index 0000000000..1cf0cb70cf
--- /dev/null
+++ b/packages/cacao/cacao-native_0.99.1.bb
@@ -0,0 +1,7 @@
+require cacao-native.inc
+
+PR = "r0"
+
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=a5641452c7ba173060c99ed700950b3d \
+ "
+