aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cacao')
-rw-r--r--recipes/cacao/cacao.inc3
-rw-r--r--recipes/cacao/cacao_0.99.3.bb2
-rw-r--r--recipes/cacao/cacao_0.99.4.bb2
3 files changed, 4 insertions, 3 deletions
diff --git a/recipes/cacao/cacao.inc b/recipes/cacao/cacao.inc
index fedc5ac399..9749dce0e7 100644
--- a/recipes/cacao/cacao.inc
+++ b/recipes/cacao/cacao.inc
@@ -27,7 +27,8 @@ EXTRA_OECONF = "\
--with-java-runtime-library-libdir=${libdir_jni}:${libdir} \
--with-jni_md_h=${STAGING_INCDIR}/classpath \
--with-jni_h=${STAGING_INCDIR}/classpath \
- "
+ --libdir=${libdir}/cacao \
+"
PACKAGES = "${PN} ${PN}-doc ${PN}-dbg"
diff --git a/recipes/cacao/cacao_0.99.3.bb b/recipes/cacao/cacao_0.99.3.bb
index 142a40bdf2..b9856fadab 100644
--- a/recipes/cacao/cacao_0.99.3.bb
+++ b/recipes/cacao/cacao_0.99.3.bb
@@ -1,6 +1,6 @@
require cacao.inc
-PR = "r8"
+PR = "r9"
SRC_URI = "\
http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \
diff --git a/recipes/cacao/cacao_0.99.4.bb b/recipes/cacao/cacao_0.99.4.bb
index 5ae0330a6c..1e5f338319 100644
--- a/recipes/cacao/cacao_0.99.4.bb
+++ b/recipes/cacao/cacao_0.99.4.bb
@@ -1,6 +1,6 @@
require cacao.inc
-PR = "r2"
+PR = "r3"
SRC_URI = "\
http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \