summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz/xz_5.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/xz/xz_5.2.3.bb')
-rw-r--r--meta/recipes-extended/xz/xz_5.2.3.bb5
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
32FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" 32FILES_liblzma = "${libdir}/liblzma*${SOLIBS}"
33 33
34inherit update-alternatives
35ALTERNATIVE_PRIORITY = "100"
36ALTERNATIVE_${PN} = "xz xzcat unxz \
37 lzma lzcat unlzma"
38
34BBCLASSEXTEND = "native nativesdk" 39BBCLASSEXTEND = "native nativesdk"
35 40
36export CONFIG_SHELL="/bin/sh" 41export CONFIG_SHELL="/bin/sh"