cacao.inc: Make libjvm.so a private lib.
authorRobert Schuster <robertschuster@fsfe.org>
Fri, 18 Jun 2010 12:51:04 +0000 (14:51 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Thu, 24 Jun 2010 09:46:03 +0000 (11:46 +0200)
recipes/cacao/cacao.inc
recipes/cacao/cacao_0.99.3.bb
recipes/cacao/cacao_0.99.4.bb

index 9749dce..d7bb425 100644 (file)
@@ -16,6 +16,8 @@ inherit java autotools update-alternatives
 
 ARM_INSTRUCTION_SET = "arm"
 
+PRIVATE_LIBS = "libjvm.so"
+
 # Configure options compatible with Cacao >= 0.99 only!
 EXTRA_OECONF = "\
        ${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']} \
index b9856fa..e4fd495 100644 (file)
@@ -1,6 +1,6 @@
 require cacao.inc
 
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "\
   http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \
index 1e5f338..7d3cfa3 100644 (file)
@@ -1,6 +1,6 @@
 require cacao.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "\
        http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \