summaryrefslogtreecommitdiffstats
path: root/recipes-core/fastjar/fastjar.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/fastjar/fastjar.inc')
-rw-r--r--recipes-core/fastjar/fastjar.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc
index 2a40e3c..8412236 100644
--- a/recipes-core/fastjar/fastjar.inc
+++ b/recipes-core/fastjar/fastjar.inc
@@ -12,15 +12,15 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.ta
12inherit autotools update-alternatives 12inherit autotools update-alternatives
13 13
14PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc" 14PACKAGES = "${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_${PN} = "jar" 18ALTERNATIVE:${PN} = "jar"
19ALTERNATIVE_LINK = "${bindir}/jar" 19ALTERNATIVE_LINK = "${bindir}/jar"
20ALTERNATIVE_TARGET = "${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 () {
24 ln -s fastjar ${D}${bindir}/jar 24 ln -s fastjar ${D}${bindir}/jar
25} 25}
26 26