From: Martin Jansa Date: Thu, 7 Oct 2010 11:30:26 +0000 (+0200) Subject: SHR: prefer libtool 2.4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52cc61e951e0d7e44025e7bdb90fa0625c1d27a;p=openembedded.git SHR: prefer libtool 2.4 Signed-off-by: Martin Jansa --- diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc index f505caf0e8..463a3addac 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"