aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-07-14 08:08:38 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-07-14 08:08:38 +0200
commit06b38693f58aa5bbc1f0901b628fd4d1d81db548 (patch)
treec2658cd80add05e6e9f7dc7824f471b5b86fbf5c /recipes/jamvm/jamvm.inc
parent1fc243e25264983e8bd404213fe4223b5f6bf157 (diff)
downloadopenembedded-06b38693f58aa5bbc1f0901b628fd4d1d81db548.tar.gz
jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so
Diffstat (limited to 'recipes/jamvm/jamvm.inc')
-rw-r--r--recipes/jamvm/jamvm.inc2
1 files changed, 2 insertions, 0 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"