From: Mike Westerhof Date: Wed, 3 Mar 2010 12:37:27 +0000 (-0600) Subject: SlugOS: preferred-slugos-versions.inc: bump up libtool to latest version X-Git-Tag: Release-2010-05/1~489^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b002cfb5d24acb7f8da29e3c3e7c2a6b3d321a74;p=openembedded.git SlugOS: preferred-slugos-versions.inc: bump up libtool to latest version (Required by, at least, wireshark) --- diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc index 204047fd63..e0ad87ddc3 100644 --- a/conf/distro/include/preferred-slugos-versions.inc +++ b/conf/distro/include/preferred-slugos-versions.inc @@ -48,10 +48,10 @@ PREFERRED_VERSION_glibc ?= "2.6.1" PREFERRED_VERSION_glibc-initial ?= "2.6.1" PREFERRED_VERSION_ipkg ?= "0.99.163" PREFERRED_VERSION_ipkg-native ?= "0.99.163" -PREFERRED_VERSION_libtool ?= "2.2.6a" -PREFERRED_VERSION_libtool-native ?= "2.2.6a" -PREFERRED_VERSION_libtool-cross ?= "2.2.6a" -PREFERRED_VERSION_libtool-sdk ?= "2.2.6a" +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" PREFERRED_VERSION_linux-libc-headers ?= "2.6.23" PREFERRED_VERSION_m4 ?= "1.4.8" PREFERRED_VERSION_m4-native ?= "1.4.8"