aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-10-07 19:44:13 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-10-07 19:44:13 +0200
commit9c39314133c257a877e842be7aae311ed41d1d9a (patch)
tree3ce3a254687d02cb4992708aedbe5de547ed2d06 /recipes/cacao
parent65bd13c8c9e1779b99bf926688fb2d50a037c63d (diff)
downloadopenembedded-9c39314133c257a877e842be7aae311ed41d1d9a.tar.gz
cacao.inc: Fix path to cacaoh staging
Problem found and fixed by dfoley <dfoley@telus.net> Signed-off-by: dfoley <dfoley@telus.net> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/cacao')
-rw-r--r--recipes/cacao/cacao.inc4
1 files changed, 3 insertions, 1 deletions
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} \