From 3506a66b1be8b4dab1072a2c55b2fe4260aefd83 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 25 Nov 2012 13:19:41 -0800 Subject: fastjar-native: install symlink for jar native recipe also need to install jar symlink since dbus-java needs it Signed-off-by: Khem Raj --- recipes-core/fastjar/fastjar.inc | 5 +++++ 1 file changed, 5 insertions(+) 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" ALTERNATIVE_LINK = "${bindir}/jar" ALTERNATIVE_PATH = "${bindir}/fastjar" +# update-aternatives does not work for native class +do_install_append_class-native () { + ln -s fastjar ${D}${bindir}/jar +} + BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf