From 23a135d323219afb6c680d16e27f9bcb253bcfe8 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 16 Dec 2014 23:11:15 +0100 Subject: fastjar: Update update-alternatives macros. Signed-off-by: Alex Gonzalez --- recipes-core/fastjar/fastjar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc index eb3d354..e52764c 100644 --- a/recipes-core/fastjar/fastjar.inc +++ b/recipes-core/fastjar/fastjar.inc @@ -15,9 +15,9 @@ PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc" FILES_${PN}-grepjar = "${bindir}/grepjar" PROVIDES = "virtual/jar" -ALTERNATIVE_NAME = "jar" +ALTERNATIVE_${PN} = "jar" ALTERNATIVE_LINK = "${bindir}/jar" -ALTERNATIVE_PATH = "${bindir}/fastjar" +ALTERNATIVE_TARGET = "${bindir}/fastjar" # update-aternatives does not work for native class do_install_append_class-native () { -- cgit v1.2.3-54-g00ecf