From 112f0a4352b46a805c466ffebd664cfc9f64872d Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Thu, 26 Jun 2008 23:51:12 +0000 Subject: 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. --- packages/cacao/cacaoh-native.inc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'packages/cacao/cacaoh-native.inc') diff --git a/packages/cacao/cacaoh-native.inc b/packages/cacao/cacaoh-native.inc index 3e7fdd60c6..3dfc7b1b98 100644 --- a/packages/cacao/cacaoh-native.inc +++ b/packages/cacao/cacaoh-native.inc @@ -6,14 +6,16 @@ DEPENDS = "libtool-native zlib-native virtual/javac-native classpath-native" S = "${WORKDIR}/cacao-${PV}" -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). -- cgit v1.2.3