summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-07-04 02:16:25 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-07-04 02:16:25 +0000
commit6ab1785d24a17b5220deeb14040ba7da5ac6a5bb (patch)
treee4e01a84b17675ca01034b86992a995f96000921
parente19580a1345c0b87026613f9c75510b8a9f2a3ee (diff)
parentdfc402f596ca3285ac0fb187a954d3f616ab1879 (diff)
merge of '182367713ac191bdb223491dafcf37c7cdac4f6b'
and 'bad7ee44fc1abb51074f3811644eace5a94dc013'
-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 \
+ "
+