diff options
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.5.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.6.bb | 9 |
3 files changed, 10 insertions, 12 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 88d109b452..9aeaeac077 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -53,7 +53,7 @@ PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" | |||
53 | PREFERRED_VERSION_elfutils ?= "0.148" | 53 | PREFERRED_VERSION_elfutils ?= "0.148" |
54 | # don't use version earlier than 1.4 for gzip-native, as it's necessary for | 54 | # don't use version earlier than 1.4 for gzip-native, as it's necessary for |
55 | # some packages using an archive format incompatible with earlier gzip | 55 | # some packages using an archive format incompatible with earlier gzip |
56 | PREFERRED_VERSION_gzip-native ?= "1.5" | 56 | PREFERRED_VERSION_gzip-native ?= "1.6" |
57 | 57 | ||
58 | # Setup suitable toolchain flags | 58 | # Setup suitable toolchain flags |
59 | require conf/distro/include/as-needed.inc | 59 | require conf/distro/include/as-needed.inc |
diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb b/meta/recipes-extended/gzip/gzip_1.5.bb deleted file mode 100644 index f7b859374a..0000000000 --- a/meta/recipes-extended/gzip/gzip_1.5.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require gzip.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | PROVIDES_append_class-native = " gzip-replacement-native" | ||
6 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
7 | |||
8 | BBCLASSEXTEND = "native" | ||
9 | |||
10 | SRC_URI[md5sum] = "11b76536941ee1c0221fe6eefbcb32cb" | ||
11 | SRC_URI[sha256sum] = "b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3" | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.6.bb new file mode 100644 index 0000000000..9c728dff5a --- /dev/null +++ b/meta/recipes-extended/gzip/gzip_1.6.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require gzip.inc | ||
2 | |||
3 | PROVIDES_append_class-native = " gzip-replacement-native" | ||
4 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
5 | |||
6 | BBCLASSEXTEND = "native" | ||
7 | |||
8 | SRC_URI[md5sum] = "38603cb2843bf5681ff41aab3bcd6a20" | ||
9 | SRC_URI[sha256sum] = "97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e" | ||