diff options
author | Merten Sach <merten@tabinin.eu> | 2014-06-21 16:29:39 +0200 |
---|---|---|
committer | Merten Sach <merten@tabinin.eu> | 2014-11-23 12:53:36 +0100 |
commit | 1c4d4d09bc36a3e8bfa44649f5b35fc827ab3d16 (patch) | |
tree | de774764efad92a405b1313ca4818f9f724189d8 /recipes-core | |
parent | d2b75b615e4612f9fa05950c1d76d4a719e573d4 (diff) | |
download | meta-java-1c4d4d09bc36a3e8bfa44649f5b35fc827ab3d16.tar.gz |
jamvm: port to new update-alternatives
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/jamvm/jamvm.inc | 4 |
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 | ||
55 | FILES_${PN} += "${libdir}/jamvm/lib*.so" | 55 | FILES_${PN} += "${libdir}/jamvm/lib*.so" |
56 | 56 | ||
57 | ALTERNATIVE_NAME = "java" | 57 | ALTERNATIVE_${PN} = "java" |
58 | ALTERNATIVE_PATH = "${bindir}/jamvm" | 58 | ALTERNATIVE_TARGET = "${bindir}/jamvm" |
59 | ALTERNATIVE_PRIORITY = "4" | 59 | ALTERNATIVE_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 |