diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-12-23 13:41:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 08:27:13 +0000 |
commit | 575ba9a4d8fcf585aeb7770bc1ed1b9121583274 (patch) | |
tree | 684777e9fff98c335311e8a6d1d0f1e829053e1a /meta/conf/distro | |
parent | 93ba8e0f91f1256c6185d13cd0cd90f059b5baa7 (diff) | |
download | poky-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/distro')
-rw-r--r-- | 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 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}" | |||
59 | PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}" | 59 | PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}" |
60 | PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}" | 60 | PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}" |
61 | PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" | 61 | PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" |
62 | PREFERRED_VERSION_elfutils ?= "0.148" | 62 | PREFERRED_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 |
65 | PREFERRED_VERSION_gzip-native ?= "1.6" | 65 | PREFERRED_VERSION_gzip-native ?= "1.6" |