summaryrefslogtreecommitdiffstats
path: root/recipes-core/fastjar
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2014-12-16 23:11:15 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-30 12:41:54 -0200
commit23a135d323219afb6c680d16e27f9bcb253bcfe8 (patch)
tree2d67ced765f2182c661aa8c5ea9a708133e655db /recipes-core/fastjar
parentf6d73acd0b493a4652e746fb9f75a7385ac1776c (diff)
downloadmeta-java-23a135d323219afb6c680d16e27f9bcb253bcfe8.tar.gz
fastjar: Update update-alternatives macros.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'recipes-core/fastjar')
-rw-r--r--recipes-core/fastjar/fastjar.inc4
1 files 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"
15FILES_${PN}-grepjar = "${bindir}/grepjar" 15FILES_${PN}-grepjar = "${bindir}/grepjar"
16 16
17PROVIDES = "virtual/jar" 17PROVIDES = "virtual/jar"
18ALTERNATIVE_NAME = "jar" 18ALTERNATIVE_${PN} = "jar"
19ALTERNATIVE_LINK = "${bindir}/jar" 19ALTERNATIVE_LINK = "${bindir}/jar"
20ALTERNATIVE_PATH = "${bindir}/fastjar" 20ALTERNATIVE_TARGET = "${bindir}/fastjar"
21 21
22# update-aternatives does not work for native class 22# update-aternatives does not work for native class
23do_install_append_class-native () { 23do_install_append_class-native () {