diff options
-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 |