[oe-commits] Martin Jansa : SHR: prefer libtool 2.4

git version control git at git.openembedded.org
Sat Oct 16 11:28:00 UTC 2010


Module: openembedded.git
Branch: master
Commit: d52cc61e951e0d7e44025e7bdb90fa0625c1d27a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d52cc61e951e0d7e44025e7bdb90fa0625c1d27a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Oct  7 13:30:26 2010 +0200

SHR: prefer libtool 2.4

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/include/preferred-shr-versions.inc |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc
index f505caf..463a3ad 100644
--- a/conf/distro/include/preferred-shr-versions.inc
+++ b/conf/distro/include/preferred-shr-versions.inc
@@ -33,10 +33,12 @@ PREFERRED_VERSION_xserver-nodm-init = "2.0"
 PREFERRED_VERSION_gtk+          = "2.20.1"
 PREFERRED_VERSION_gtk+-native   = "2.20.1"
 PREFERRED_VERSION_hal           = "0.5.13"
-PREFERRED_VERSION_libtool       = "2.2.6b"
-PREFERRED_VERSION_libtool-native = "2.2.6b"
-PREFERRED_VERSION_libtool-cross = "2.2.6b"
-PREFERRED_VERSION_libtool-sdk   = "2.2.6b"
+LIBTOOL_HAS_SYSROOT = "yes"
+LIBTOOL_VERSION = "2.4"
+PREFERRED_VERSION_libtool       = "${LIBTOOL_VERSION}"
+PREFERRED_VERSION_libtool-native = "${LIBTOOL_VERSION}"
+PREFERRED_VERSION_libtool-cross = "${LIBTOOL_VERSION}"
+PREFERRED_VERSION_libtool-sdk   = "${LIBTOOL_VERSION}"
 PREFERRED_VERSION_udev          = "151"
 PREFERRED_VERSION_usbutils      = "0.86"
 PREFERRED_VERSION_wpa-supplicant = "0.6.9"





More information about the Openembedded-commits mailing list