diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-18 14:51:04 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:46:03 +0200 |
commit | 4b7eaa7b901a0f08acdd4b6ca189ddd4cc2f071d (patch) | |
tree | 2ce0398c6b8cd3a6eb1c06fba19de30f897e01dd /recipes | |
parent | a35e2d9b122db93143b47a7c26e56b15c6cf4464 (diff) |
cacao.inc: Make libjvm.so a private lib.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/cacao/cacao.inc | 2 | ||||
-rw-r--r-- | recipes/cacao/cacao_0.99.3.bb | 2 | ||||
-rw-r--r-- | recipes/cacao/cacao_0.99.4.bb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/recipes/cacao/cacao.inc b/recipes/cacao/cacao.inc index 9749dce0e7..d7bb425576 100644 --- a/recipes/cacao/cacao.inc +++ b/recipes/cacao/cacao.inc @@ -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']} \ diff --git a/recipes/cacao/cacao_0.99.3.bb b/recipes/cacao/cacao_0.99.3.bb index b9856fadab..e4fd4955e6 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 = "r9" +PR = "r10" 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 1e5f338319..7d3cfa37ea 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 = "r3" +PR = "r4" SRC_URI = "\ http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \ |