[oe-commits] Robert Schuster : jamvm *: Install libjvm. so into separate folder in ${libdir}.

git version control git at git.openembedded.org
Wed Jun 16 17:04:30 UTC 2010


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

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed Jun 16 18:54:14 2010 +0200

jamvm *: Install libjvm.so into separate folder in ${libdir}.

---

 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, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/jamvm/jamvm.inc b/recipes/jamvm/jamvm.inc
index eabed08..327caf9 100644
--- a/recipes/jamvm/jamvm.inc
+++ b/recipes/jamvm/jamvm.inc
@@ -14,7 +14,7 @@ ARM_INSTRUCTION_SET = "arm"
 
 inherit java autotools update-alternatives
 
-EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"
+EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm"
 CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
 
 ALTERNATIVE_NAME = "java"
diff --git a/recipes/jamvm/jamvm_1.4.5.bb b/recipes/jamvm/jamvm_1.4.5.bb
index 0e96366..fc2c92c 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 = "r3"
+PR = "r4"
 
 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 2231566..32f78c7 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 = "r4"
+PR = "r5"
 
 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 68949ab..7cfeca7 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 = "r0"
+PR = "r1"
 
 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 19eabfd..22ca036 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 = "r0"
+PR = "r1"
 
 do_configure_prepend() {
   # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory





More information about the Openembedded-commits mailing list