diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-06-21 17:27:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 16:35:53 +0100 |
commit | 529d87ec2b4e576840cf405d7277484471a77ece (patch) | |
tree | fc81dd8ed35530ea3b2a1086b726312a18af9498 | |
parent | 08e15c25992dee692f5e2d2966690d42f04afaf9 (diff) | |
download | poky-529d87ec2b4e576840cf405d7277484471a77ece.tar.gz |
gzip: upgrade to 1.5
LIC_FILES_CHKSUM updated due to trivial copyright date change.
Use new update-alternatives syntax.
(From OE-Core rev: 570788854be1372b095d5dd1ad0549e26c8e8992)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/gzip/gzip.inc | 7 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.4.bb | 10 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.5.bb | 10 |
3 files changed, 15 insertions, 12 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 |
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 8 | LIC_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 | ||
11 | SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz" | 11 | SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz" |
12 | 12 | ||
@@ -22,5 +22,8 @@ do_install_append () { | |||
22 | 22 | ||
23 | inherit update-alternatives | 23 | inherit update-alternatives |
24 | 24 | ||
25 | ALTERNATIVE_LINKS = "${base_bindir}/gunzip ${base_bindir}/gzip ${base_bindir}/zcat" | ||
26 | ALTERNATIVE_PRIORITY = "100" | 25 | ALTERNATIVE_PRIORITY = "100" |
26 | ALTERNATIVE_${PN} = "gunzip gzip zcat" | ||
27 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" | ||
28 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" | ||
29 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.4.bb b/meta/recipes-extended/gzip/gzip_1.4.bb deleted file mode 100644 index 54dd50a96b..0000000000 --- a/meta/recipes-extended/gzip/gzip_1.4.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require gzip.inc | ||
2 | |||
3 | PR = "r2" | ||
4 | |||
5 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
6 | |||
7 | BBCLASSEXTEND = "native" | ||
8 | |||
9 | SRC_URI[md5sum] = "e381b8506210c794278f5527cba0e765" | ||
10 | SRC_URI[sha256sum] = "d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee" | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb b/meta/recipes-extended/gzip/gzip_1.5.bb new file mode 100644 index 0000000000..7a811e2bc4 --- /dev/null +++ b/meta/recipes-extended/gzip/gzip_1.5.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require gzip.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
6 | |||
7 | BBCLASSEXTEND = "native" | ||
8 | |||
9 | SRC_URI[md5sum] = "11b76536941ee1c0221fe6eefbcb32cb" | ||
10 | SRC_URI[sha256sum] = "b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3" | ||