From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SirO1-0005Cp-HQ for openembedded-core@lists.openembedded.org; Sun, 24 Jun 2012 20:18:13 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 24 Jun 2012 11:07:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="161983672" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.175]) by orsmga002.jf.intel.com with ESMTP; 24 Jun 2012 11:07:22 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Sun, 24 Jun 2012 11:07:22 -0700 Message-Id: <1340561242-7029-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH] tcmode-default: Update gzip PREFERRED_VERSION to 1.15 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2012 18:18:13 -0000 Signed-off-by: Saul Wold --- 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 89c72c5..f11e687 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}" PREFERRED_VERSION_elfutils ?= "0.148" # 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.4" +PREFERRED_VERSION_gzip-native ?= "1.5" # Setup suitable toolchain flags require conf/distro/include/as-needed.inc -- 1.7.7.6