summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorMerten Sach <merten@tabinin.eu>2014-06-21 16:29:39 +0200
committerMerten Sach <merten@tabinin.eu>2014-11-23 12:53:36 +0100
commit1c4d4d09bc36a3e8bfa44649f5b35fc827ab3d16 (patch)
treede774764efad92a405b1313ca4818f9f724189d8 /recipes-core/jamvm/jamvm.inc
parentd2b75b615e4612f9fa05950c1d76d4a719e573d4 (diff)
downloadmeta-java-1c4d4d09bc36a3e8bfa44649f5b35fc827ab3d16.tar.gz
jamvm: port to new update-alternatives
Diffstat (limited to 'recipes-core/jamvm/jamvm.inc')
-rw-r--r--recipes-core/jamvm/jamvm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index 6e1a707..094b22b 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -54,8 +54,8 @@ INSANE_SKIP_${PN} = "dev-so"
54 54
55FILES_${PN} += "${libdir}/jamvm/lib*.so" 55FILES_${PN} += "${libdir}/jamvm/lib*.so"
56 56
57ALTERNATIVE_NAME = "java" 57ALTERNATIVE_${PN} = "java"
58ALTERNATIVE_PATH = "${bindir}/jamvm" 58ALTERNATIVE_TARGET = "${bindir}/jamvm"
59ALTERNATIVE_PRIORITY = "4" 59ALTERNATIVE_PRIORITY = "4"
60# shared state for jamvm-native does not work 60# shared state for jamvm-native does not work
61# since the paths are hardcoded 61# since the paths are hardcoded