diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-07-14 08:08:38 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-07-14 08:08:38 +0200 |
commit | 06b38693f58aa5bbc1f0901b628fd4d1d81db548 (patch) | |
tree | c2658cd80add05e6e9f7dc7824f471b5b86fbf5c | |
parent | 1fc243e25264983e8bd404213fe4223b5f6bf157 (diff) |
jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so
-rw-r--r-- | recipes/jamvm/jamvm.inc | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.4.5.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.5.0.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.5.2.bb | 2 | ||||
-rw-r--r-- | 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 1181d16cbf..811a8116d8 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 2f61fdc5a3..853b0b74ea 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 dbb27bd66a..bcedb3ab9a 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 2fd5f959c8..e47c4e1e2b 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 a496d42505..e84c349124 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 |