]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcmode-default.inc: drop preferred version of gzip-native
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 30 Jan 2018 16:41:23 +0000 (16:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Jan 2018 17:01:12 +0000 (17:01 +0000)
* gzip was recently upgraded from 1.8 to 1.9, now all the builds show:
  NOTE: preferred version 1.8 of gzip-native not available (for item gzip-native)
  NOTE: versions of gzip-native available: 1.9
* drop the setting, because nobody is probably going to use older
  gzip-native than 1.4 when there is only 1.9 available in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tcmode-default.inc

index 852ac3c7b407ae3261c1c25481fc9e5dd3e57c0e..64ffeb5ef74c934952f980dd1e455978761df69c 100644 (file)
@@ -63,9 +63,6 @@ PREFERRED_VERSION_nativesdk-glibc          ?= "${GLIBCVERSION}"
 PREFERRED_VERSION_glibc-initial            ?= "${GLIBCVERSION}"
 PREFERRED_VERSION_nativesdk-glibc-initial  ?= "${GLIBCVERSION}"
 PREFERRED_VERSION_cross-localedef-native   ?= "${GLIBCVERSION}"
-# don't use version earlier than 1.4 for gzip-native, as it's necessary for
-# some packages using an archive format incompatible with earlier gzip
-PREFERRED_VERSION_gzip-native ?= "1.8"
 
 # Setup suitable toolchain flags
 require conf/distro/include/as-needed.inc