summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gzip/gzip.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/gzip/gzip.inc')
-rw-r--r--meta/recipes-extended/gzip/gzip.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc
index 1d608a6713..a4b1abe165 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -6,7 +6,7 @@ SECTION = "console/utils"
6# change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12 6# change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12
7LICENSE = "GPLv3+" 7LICENSE = "GPLv3+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
9 file://gzip.h;firstline=8;endline=20;md5=e2ec6b91fbe43a18f6081f3bbae46a01" 9 file://gzip.h;firstline=8;endline=20;md5=d31380638987e6789f06bc96a29a9a16"
10 10
11SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz" 11SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz"
12 12
@@ -22,5 +22,8 @@ do_install_append () {
22 22
23inherit update-alternatives 23inherit update-alternatives
24 24
25ALTERNATIVE_LINKS = "${base_bindir}/gunzip ${base_bindir}/gzip ${base_bindir}/zcat"
26ALTERNATIVE_PRIORITY = "100" 25ALTERNATIVE_PRIORITY = "100"
26ALTERNATIVE_${PN} = "gunzip gzip zcat"
27ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
28ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
29ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat"