summaryrefslogtreecommitdiffstats
path: root/recipes-core/fastjar
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-11-25 13:19:41 -0800
committerKhem Raj <raj.khem@gmail.com>2012-11-27 09:28:54 -0800
commit3506a66b1be8b4dab1072a2c55b2fe4260aefd83 (patch)
tree8b33a53149a678a576a9dc12eb642d9167d6ecac /recipes-core/fastjar
parent07c21b51c9588287bdd0243799479009633106e8 (diff)
downloadmeta-java-3506a66b1be8b4dab1072a2c55b2fe4260aefd83.tar.gz
fastjar-native: install symlink for jar
native recipe also need to install jar symlink since dbus-java needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"