cacao *: Install libjvm.so into separate folder in ${libdir}.
authorRobert Schuster <robertschuster@fsfe.org>
Wed, 16 Jun 2010 16:53:02 +0000 (18:53 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Wed, 16 Jun 2010 16:55:06 +0000 (18:55 +0200)
recipes/cacao/cacao.inc
recipes/cacao/cacao_0.99.3.bb
recipes/cacao/cacao_0.99.4.bb

index fedc5ac..9749dce 100644 (file)
@@ -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"
 
index 142a40b..b9856fa 100644 (file)
@@ -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 \
index 5ae0330..1e5f338 100644 (file)
@@ -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 \