summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/unzip')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index 33c20f8b4c..e203c069f4 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -35,4 +35,11 @@ do_install() {
35 rmdir ${D}${prefix}/man/ 35 rmdir ${D}${prefix}/man/
36} 36}
37 37
38inherit update-alternatives
39
40ALTERNATIVE_PRIORITY = "100"
41
42ALTERNATIVE_${PN} = "unzip"
43ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip"
44
38BBCLASSEXTEND = "native" 45BBCLASSEXTEND = "native"