diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-06-11 17:04:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:07 +0100 |
commit | cceb11fd0b9f9f706e73879a6af66a11e17471e9 (patch) | |
tree | 2c70c1af72cc7a57e4c75fd727fd563fb1e6f59e /meta/conf/distro | |
parent | 30fa8c71529b2c3e8e79adb34e2f0c64adc3d330 (diff) | |
download | poky-cceb11fd0b9f9f706e73879a6af66a11e17471e9.tar.gz |
gzip : upgrade to 1.6
tcmode-default: Update gzip PREFFERED_VERSION to 1.6
(From OE-Core rev: 0a3dff5bc0b98df54f8e0f4f198999e00a5f2ce7)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
[sgw - updated tcmode-default]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-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 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 |