From 9c39314133c257a877e842be7aae311ed41d1d9a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 7 Oct 2010 19:44:13 +0200 Subject: cacao.inc: Fix path to cacaoh staging Problem found and fixed by dfoley Signed-off-by: dfoley Signed-off-by: Stefan Schmidt --- recipes/cacao/cacao.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/cacao') diff --git a/recipes/cacao/cacao.inc b/recipes/cacao/cacao.inc index c366b7486a..ba781e2128 100644 --- a/recipes/cacao/cacao.inc +++ b/recipes/cacao/cacao.inc @@ -6,6 +6,8 @@ SECTION = "interpreters" DEPENDS = "zlib libtool classpath cacaoh-native virtual/javac-native" +PR = "r1" + # Avoid version number here, otherwise dpkg will expect a package name # and cannot be satisfied with a package that provides classpath. RDEPENDS_${PN} = "classpath" @@ -23,7 +25,7 @@ EXTRA_OECONF = "\ ${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']} \ --enable-debug \ --with-vm-zip=${datadir}/cacao/vm.zip \ - --with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-${PV} \ + --with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-${PV}/cacaoh \ --with-build-java-runtime-library-classes=${STAGING_DATADIR}/classpath/glibj.zip \ --with-java-runtime-library-classes=${datadir}/classpath/glibj.zip \ --with-java-runtime-library-libdir=${libdir_jni}:${libdir} \ -- cgit 1.2.3-korg