summaryrefslogtreecommitdiffstats
path: root/recipes-core/fastjar
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/fastjar')
-rw-r--r--recipes-core/fastjar/fastjar.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc
index efbc226..eb3d354 100644
--- a/recipes-core/fastjar/fastjar.inc
+++ b/recipes-core/fastjar/fastjar.inc
@@ -19,4 +19,9 @@ ALTERNATIVE_NAME = "jar"
19ALTERNATIVE_LINK = "${bindir}/jar" 19ALTERNATIVE_LINK = "${bindir}/jar"
20ALTERNATIVE_PATH = "${bindir}/fastjar" 20ALTERNATIVE_PATH = "${bindir}/fastjar"
21 21
22# update-aternatives does not work for native class
23do_install_append_class-native () {
24 ln -s fastjar ${D}${bindir}/jar
25}
26
22BBCLASSEXTEND = "native" 27BBCLASSEXTEND = "native"