diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-18 10:21:34 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-18 10:21:34 -0200 |
commit | efc71db1538d5ae0068130c0b5cd3bfe7ac7a997 (patch) | |
tree | 5a050be5c0ebcd7b991a44fc5cae49da16361b9e /recipes-core | |
parent | 20dd4bac8ebaa17edb38504ab37d6bae875995e9 (diff) | |
parent | 1c4d4d09bc36a3e8bfa44649f5b35fc827ab3d16 (diff) | |
download | meta-java-efc71db1538d5ae0068130c0b5cd3bfe7ac7a997.tar.gz |
Merge branch 'jamvm-fix' of https://github.com/merten/meta-java into pending
* 'jamvm-fix' of https://github.com/merten/meta-java:
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 |