[oe-commits] Robert Schuster : jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so

git version control git at git.openembedded.org
Wed Jul 14 06:08:01 UTC 2010


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

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed Jul 14 08:08:38 2010 +0200

jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so

---

 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 1181d16..811a811 100644
--- a/recipes/jamvm/jamvm.inc
+++ b/recipes/jamvm/jamvm.inc
@@ -19,6 +19,8 @@ inherit java autotools update-alternatives
 EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm"
 CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
 
+FILES_${PN} += "${libdir}/jamvm/lib*.so"
+
 ALTERNATIVE_NAME = "java"
 ALTERNATIVE_PATH = "${bindir}/jamvm"
 ALTERNATIVE_PRIORITY = "4"
diff --git a/recipes/jamvm/jamvm_1.4.5.bb b/recipes/jamvm/jamvm_1.4.5.bb
index 2f61fdc..853b0b7 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 = "r5"
+PR = "r6"
 
 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 dbb27bd..bcedb3a 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 = "r6"
+PR = "r7"
 
 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 2fd5f95..e47c4e1 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 = "r2"
+PR = "r3"
 
 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 a496d42..e84c349 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 = "r2"
+PR = "r3"
 
 do_configure_prepend() {
   # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory





More information about the Openembedded-commits mailing list