[oe-commits] [openembedded-core] branch master updated: tcmode-default.inc: drop preferred version of gzip-native

git at git.openembedded.org git at git.openembedded.org
Wed Jan 31 17:01:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new a0988c3  tcmode-default.inc: drop preferred version of gzip-native
a0988c3 is described below

commit a0988c3374e964170d1d24fc230306b887432d31
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Jan 30 16:41:23 2018 +0000

    tcmode-default.inc: drop preferred version of gzip-native
    
    * 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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 852ac3c..64ffeb5 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list