diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 10:21:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:03 +0100 |
commit | 099f026bd7a1b3d8fd30fe83f838e5877f4ced7b (patch) | |
tree | 72c034b7d986131ad3491b6e111a8a6fc1fc4c72 /meta/conf/distro/include/tcmode-default.inc | |
parent | 3274e76fe40609ce407d3f7308b9752de0d40de2 (diff) | |
download | poky-099f026bd7a1b3d8fd30fe83f838e5877f4ced7b.tar.gz |
gzip: upgrade to 1.8
Drop the do_install musl append since the charset file is no longer installed.
Refresh the patch.
Also update the PREFERRED_VERSION.
(From OE-Core rev: c57ab66984bff1ea5596ffe592a0ca1e9ba82ab0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/tcmode-default.inc')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index d3a43519d9..3085ec0d52 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -68,7 +68,7 @@ PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}" | |||
68 | PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" | 68 | PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" |
69 | # don't use version earlier than 1.4 for gzip-native, as it's necessary for | 69 | # don't use version earlier than 1.4 for gzip-native, as it's necessary for |
70 | # some packages using an archive format incompatible with earlier gzip | 70 | # some packages using an archive format incompatible with earlier gzip |
71 | PREFERRED_VERSION_gzip-native ?= "1.6" | 71 | PREFERRED_VERSION_gzip-native ?= "1.8" |
72 | 72 | ||
73 | # Setup suitable toolchain flags | 73 | # Setup suitable toolchain flags |
74 | require conf/distro/include/as-needed.inc | 74 | require conf/distro/include/as-needed.inc |