[oe-commits] Robert Schuster : jamvm.inc: Make libjvm.so a private lib.

git version control git at git.openembedded.org
Thu Jun 24 09:44:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 64e7aaced537cc22311bba72542cb1c128cd4536
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64e7aaced537cc22311bba72542cb1c128cd4536

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Fri Jun 18 14:52:23 2010 +0200

jamvm.inc: Make libjvm.so a private lib.

---

 recipes/jamvm/jamvm.inc      |    2 ++
 recipes/jamvm/jamvm_1.4.5.bb |    2 +-
 recipes/jamvm/jamvm_1.5.0.bb |    2 +-
 recipes/jamvm/jamvm_1.5.2.bb |    2 +-
 recipes/jamvm/jamvm_1.5.3.bb |    2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes/jamvm/jamvm.inc b/recipes/jamvm/jamvm.inc
index 327caf9..1181d16 100644
--- a/recipes/jamvm/jamvm.inc
+++ b/recipes/jamvm/jamvm.inc
@@ -12,6 +12,8 @@ RPROVIDES_jamvm = "java2-runtime"
 # This uses 32 bit arm, so force the instruction set to arm, not thumb
 ARM_INSTRUCTION_SET = "arm"
 
+PRIVATE_LIBS = "libjvm.so"
+
 inherit java autotools update-alternatives
 
 EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm"
diff --git a/recipes/jamvm/jamvm_1.4.5.bb b/recipes/jamvm/jamvm_1.4.5.bb
index fc2c92c..2f61fdc 100644
--- a/recipes/jamvm/jamvm_1.4.5.bb
+++ b/recipes/jamvm/jamvm_1.4.5.bb
@@ -1,6 +1,6 @@
 require jamvm.inc
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://jamvm-1.3.1-size-defaults.patch"
 
diff --git a/recipes/jamvm/jamvm_1.5.0.bb b/recipes/jamvm/jamvm_1.5.0.bb
index 32f78c7..dbb27bd 100644
--- a/recipes/jamvm/jamvm_1.5.0.bb
+++ b/recipes/jamvm/jamvm_1.5.0.bb
@@ -2,7 +2,7 @@ require jamvm.inc
 
 SRC_URI += "file://debian-jni.patch;striplevel=0"
 
-PR = "r5"
+PR = "r6"
 
 do_configure_prepend() {
   # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory
diff --git a/recipes/jamvm/jamvm_1.5.2.bb b/recipes/jamvm/jamvm_1.5.2.bb
index 7cfeca7..2fd5f95 100644
--- a/recipes/jamvm/jamvm_1.5.2.bb
+++ b/recipes/jamvm/jamvm_1.5.2.bb
@@ -2,7 +2,7 @@ require jamvm.inc
 
 SRC_URI += "file://debian-jni.patch;striplevel=0"
 
-PR = "r1"
+PR = "r2"
 
 do_configure_prepend() {
   # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory
diff --git a/recipes/jamvm/jamvm_1.5.3.bb b/recipes/jamvm/jamvm_1.5.3.bb
index 22ca036..a496d42 100644
--- a/recipes/jamvm/jamvm_1.5.3.bb
+++ b/recipes/jamvm/jamvm_1.5.3.bb
@@ -2,7 +2,7 @@ require jamvm.inc
 
 SRC_URI += "file://debian-jni.patch;striplevel=0"
 
-PR = "r1"
+PR = "r2"
 
 do_configure_prepend() {
   # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory





More information about the Openembedded-commits mailing list