diff options
-rw-r--r-- | meta/recipes-extended/xz/xz_5.2.3.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/xz/xz_5.2.3.bb b/meta/recipes-extended/xz/xz_5.2.3.bb index c0f8b82f64..65168920d1 100644 --- a/meta/recipes-extended/xz/xz_5.2.3.bb +++ b/meta/recipes-extended/xz/xz_5.2.3.bb | |||
@@ -31,6 +31,11 @@ PACKAGES =+ "liblzma" | |||
31 | 31 | ||
32 | FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" | 32 | FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" |
33 | 33 | ||
34 | inherit update-alternatives | ||
35 | ALTERNATIVE_PRIORITY = "100" | ||
36 | ALTERNATIVE_${PN} = "xz xzcat unxz \ | ||
37 | lzma lzcat unlzma" | ||
38 | |||
34 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
35 | 40 | ||
36 | export CONFIG_SHELL="/bin/sh" | 41 | export CONFIG_SHELL="/bin/sh" |