From 1c4d4d09bc36a3e8bfa44649f5b35fc827ab3d16 Mon Sep 17 00:00:00 2001 From: Merten Sach Date: Sat, 21 Jun 2014 16:29:39 +0200 Subject: jamvm: port to new update-alternatives --- recipes-core/jamvm/jamvm.inc | 4 ++-- 1 file 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" FILES_${PN} += "${libdir}/jamvm/lib*.so" -ALTERNATIVE_NAME = "java" -ALTERNATIVE_PATH = "${bindir}/jamvm" +ALTERNATIVE_${PN} = "java" +ALTERNATIVE_TARGET = "${bindir}/jamvm" ALTERNATIVE_PRIORITY = "4" # shared state for jamvm-native does not work # since the paths are hardcoded -- cgit v1.2.3-54-g00ecf