aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cacao/cacaoh-native.inc
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-06-26 23:33:51 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-06-26 23:33:51 +0000
commit250a3f6612d300dac5cf53aaad7d4d08eb8d3414 (patch)
treef5ca173386a9faf393bb5a7c1b05f58b6d9fab91 /packages/cacao/cacaoh-native.inc
parent1bebab340e7ef2b326ca7dcfda17854cc20b8f20 (diff)
downloadopenembedded-250a3f6612d300dac5cf53aaad7d4d08eb8d3414.tar.gz
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) cacao 0.98+hg20080519: Simplified. * adjusted with-build-java-library-classes patch for this version * increased PR cacao 0.99.1: New recipe.
Diffstat (limited to 'packages/cacao/cacaoh-native.inc')
-rw-r--r--packages/cacao/cacaoh-native.inc11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/cacao/cacaoh-native.inc b/packages/cacao/cacaoh-native.inc
index 3e7fdd60c6..420df952a1 100644
--- a/packages/cacao/cacaoh-native.inc
+++ b/packages/cacao/cacaoh-native.inc
@@ -11,9 +11,14 @@ PR = "r1"
inherit autotools native
EXTRA_OECONF = " \
- --with-classpath-includedir=${STAGING_INCDIR}/classpath \
- --with-classpath-classes=${STAGING_DATADIR}/classpath/glibj.zip \
- "
+ --with-classpath-includedir=${STAGING_INCDIR}/classpath \
+ --with-classpath-classes=${STAGING_DATADIR}/classpath/glibj.zip \
+ \
+ --with-java-runtime-library-classes=${STAGING_DATADIR}/classpath/glibj.zip \
+ --with-jni_md_h=${STAGING_INCDIR}/classpath \
+ --with-jni_h=${STAGING_INCDIR}/classpath \
+ "
+
do_compile() {
# Compile the header generator only (and what is needed for it).