diff options
-rw-r--r-- | recipes-core/fastjar/fastjar.inc | 5 |
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" | |||
19 | ALTERNATIVE_LINK = "${bindir}/jar" | 19 | ALTERNATIVE_LINK = "${bindir}/jar" |
20 | ALTERNATIVE_PATH = "${bindir}/fastjar" | 20 | ALTERNATIVE_PATH = "${bindir}/fastjar" |
21 | 21 | ||
22 | # update-aternatives does not work for native class | ||
23 | do_install_append_class-native () { | ||
24 | ln -s fastjar ${D}${bindir}/jar | ||
25 | } | ||
26 | |||
22 | BBCLASSEXTEND = "native" | 27 | BBCLASSEXTEND = "native" |