diff options
author | Alex Gonzalez <alex.gonzalez@digi.com> | 2014-12-16 23:11:15 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-30 12:41:54 -0200 |
commit | 23a135d323219afb6c680d16e27f9bcb253bcfe8 (patch) | |
tree | 2d67ced765f2182c661aa8c5ea9a708133e655db /recipes-core/fastjar | |
parent | f6d73acd0b493a4652e746fb9f75a7385ac1776c (diff) | |
download | meta-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.inc | 4 |
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" | |||
15 | FILES_${PN}-grepjar = "${bindir}/grepjar" | 15 | FILES_${PN}-grepjar = "${bindir}/grepjar" |
16 | 16 | ||
17 | PROVIDES = "virtual/jar" | 17 | PROVIDES = "virtual/jar" |
18 | ALTERNATIVE_NAME = "jar" | 18 | ALTERNATIVE_${PN} = "jar" |
19 | ALTERNATIVE_LINK = "${bindir}/jar" | 19 | ALTERNATIVE_LINK = "${bindir}/jar" |
20 | ALTERNATIVE_PATH = "${bindir}/fastjar" | 20 | ALTERNATIVE_TARGET = "${bindir}/fastjar" |
21 | 21 | ||
22 | # update-aternatives does not work for native class | 22 | # update-aternatives does not work for native class |
23 | do_install_append_class-native () { | 23 | do_install_append_class-native () { |