summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-12-23 13:41:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-25 08:27:13 +0000
commit575ba9a4d8fcf585aeb7770bc1ed1b9121583274 (patch)
tree684777e9fff98c335311e8a6d1d0f1e829053e1a /meta/conf
parent93ba8e0f91f1256c6185d13cd0cd90f059b5baa7 (diff)
downloadpoky-575ba9a4d8fcf585aeb7770bc1ed1b9121583274.tar.gz
elfutils: Update PREFERRED_VERSION after upgrade
Since we normally fix the version of elfutils in tcmode-default, this needs to be updated after we upgrade the recipe itself. (From OE-Core rev: d2a70aaa1fea446b578a4d904d8d92a6eb16b6a5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
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 bc98c8ba67..2b4109053b 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -59,7 +59,7 @@ PREFERRED_VERSION_nativesdk-glibc-initial ?= "${GLIBCVERSION}"
59PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}" 59PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}"
60PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}" 60PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}"
61PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" 61PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}"
62PREFERRED_VERSION_elfutils ?= "0.148" 62PREFERRED_VERSION_elfutils ?= "0.160"
63# don't use version earlier than 1.4 for gzip-native, as it's necessary for 63# don't use version earlier than 1.4 for gzip-native, as it's necessary for
64# some packages using an archive format incompatible with earlier gzip 64# some packages using an archive format incompatible with earlier gzip
65PREFERRED_VERSION_gzip-native ?= "1.6" 65PREFERRED_VERSION_gzip-native ?= "1.6"