[oe-commits] Saul Wold : elfutils: Update PREFERRED_VERSION after upgrade

git at git.openembedded.org git at git.openembedded.org
Thu Dec 25 08:29:03 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: d2a70aaa1fea446b578a4d904d8d92a6eb16b6a5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d2a70aaa1fea446b578a4d904d8d92a6eb16b6a5

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Dec 23 13:41:04 2014 -0800

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.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index bc98c8b..2b41090 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}"
 PREFERRED_VERSION_cross-localedef-native   ?= "${GLIBCVERSION}"
 PREFERRED_VERSION_uclibc                   ?= "${UCLIBCVERSION}"
 PREFERRED_VERSION_uclibc-initial           ?= "${UCLIBCVERSION}"
-PREFERRED_VERSION_elfutils ?= "0.148"
+PREFERRED_VERSION_elfutils ?= "0.160"
 # 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.6"



More information about the Openembedded-commits mailing list