summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-01-30 16:41:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-31 17:01:20 +0000
commit385944254d0ef88bd6450a221a54cbcb40020b42 (patch)
treef72aeb0902282232cc5130c1ae0920770417eb09
parente5e89cfb7bc2231ac4fcc16f4cb4f74d806136c4 (diff)
downloadpoky-2.5_M2.tar.gz
tcmode-default.inc: drop preferred version of gzip-native2.5_M2
* 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 (From OE-Core rev: a0988c3374e964170d1d24fc230306b887432d31) 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>
-rw-r--r--meta/conf/distro/include/tcmode-default.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 852ac3c7b4..64ffeb5ef7 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}"
63PREFERRED_VERSION_glibc-initial ?= "${GLIBCVERSION}" 63PREFERRED_VERSION_glibc-initial ?= "${GLIBCVERSION}"
64PREFERRED_VERSION_nativesdk-glibc-initial ?= "${GLIBCVERSION}" 64PREFERRED_VERSION_nativesdk-glibc-initial ?= "${GLIBCVERSION}"
65PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}" 65PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}"
66# don't use version earlier than 1.4 for gzip-native, as it's necessary for
67# some packages using an archive format incompatible with earlier gzip
68PREFERRED_VERSION_gzip-native ?= "1.8"
69 66
70# Setup suitable toolchain flags 67# Setup suitable toolchain flags
71require conf/distro/include/as-needed.inc 68require conf/distro/include/as-needed.inc