diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/gzip/gzip.inc | 6 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.3.12.bb | 27 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.6.bb | 8 |
3 files changed, 9 insertions, 32 deletions
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc index b90856e796..94480ec530 100644 --- a/meta/recipes-extended/gzip/gzip.inc +++ b/meta/recipes-extended/gzip/gzip.inc | |||
@@ -4,12 +4,6 @@ project. Mark Adler wrote the decompression part" | |||
4 | HOMEPAGE = "http://www.gnu.org/software/gzip/" | 4 | HOMEPAGE = "http://www.gnu.org/software/gzip/" |
5 | SECTION = "console/utils" | 5 | 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+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
9 | file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e" | ||
10 | |||
11 | SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz" | ||
12 | SRC_URI_append_class-target = " file://wrong-path-fix.patch" | ||
13 | 7 | ||
14 | inherit autotools texinfo | 8 | inherit autotools texinfo |
15 | 9 | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.3.12.bb b/meta/recipes-extended/gzip/gzip_1.3.12.bb index 45a33ffdd1..e4062827bd 100644 --- a/meta/recipes-extended/gzip/gzip_1.3.12.bb +++ b/meta/recipes-extended/gzip/gzip_1.3.12.bb | |||
@@ -1,8 +1,4 @@ | |||
1 | SUMMARY = "Standard GNU compressor" | 1 | require gzip.inc |
2 | DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \ | ||
3 | project. Mark Adler wrote the decompression part" | ||
4 | HOMEPAGE = "http://www.gnu.org/software/gzip" | ||
5 | SECTION = "base" | ||
6 | 2 | ||
7 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
@@ -17,24 +13,3 @@ SRC_URI[md5sum] = "b5bac2d21840ae077e0217bc5e4845b1" | |||
17 | SRC_URI[sha256sum] = "3f565be05f7f3d1aff117c030eb7c738300510b7d098cedea796ca8e4cd587af" | 13 | SRC_URI[sha256sum] = "3f565be05f7f3d1aff117c030eb7c738300510b7d098cedea796ca8e4cd587af" |
18 | 14 | ||
19 | PR = "r2" | 15 | PR = "r2" |
20 | |||
21 | inherit autotools | ||
22 | |||
23 | do_install_append () { | ||
24 | # move files into /bin (FHS) | ||
25 | install -d ${D}${base_bindir} | ||
26 | mv ${D}${bindir}/gunzip ${D}${base_bindir}/gunzip | ||
27 | mv ${D}${bindir}/gzip ${D}${base_bindir}/gzip | ||
28 | mv ${D}${bindir}/zcat ${D}${base_bindir}/zcat | ||
29 | mv ${D}${bindir}/uncompress ${D}${base_bindir}/uncompress | ||
30 | } | ||
31 | |||
32 | inherit update-alternatives | ||
33 | |||
34 | ALTERNATIVE_${PN} = "gzip gunzip zcat" | ||
35 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" | ||
36 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" | ||
37 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" | ||
38 | ALTERNATIVE_PRIORITY = "100" | ||
39 | |||
40 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.6.bb index 9c728dff5a..b347f0bb8d 100644 --- a/meta/recipes-extended/gzip/gzip_1.6.bb +++ b/meta/recipes-extended/gzip/gzip_1.6.bb | |||
@@ -1,5 +1,13 @@ | |||
1 | require gzip.inc | 1 | require gzip.inc |
2 | 2 | ||
3 | LICENSE = "GPLv3+" | ||
4 | |||
5 | SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz" | ||
6 | SRC_URI_append_class-target = " file://wrong-path-fix.patch" | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
9 | file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e" | ||
10 | |||
3 | PROVIDES_append_class-native = " gzip-replacement-native" | 11 | PROVIDES_append_class-native = " gzip-replacement-native" |
4 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | 12 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" |
5 | 13 | ||