[oe-commits] Mike Westerhof : SlugOS: preferred_slugos_versions.inc - bump up libtool

GIT User account git at amethyst.openembedded.net
Sat Mar 21 22:16:10 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Mar 21 17:12:10 2009 -0500

SlugOS: preferred_slugos_versions.inc - bump up libtool
and remove restrictions caused by the older libtool.

---

 conf/distro/include/preferred-slugos-versions.inc |   31 +++------------------
 1 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc
index ac2250f..e36d4cd 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			?= "1.5.10"
-PREFERRED_VERSION_libtool-native		?= "1.5.10"
-PREFERRED_VERSION_libtool-cross			?= "1.5.10"
-PREFERRED_VERSION_libtool-sdk			?= "1.5.10"
+PREFERRED_VERSION_libtool			?= "2.2.4"
+PREFERRED_VERSION_libtool-native		?= "2.2.4"
+PREFERRED_VERSION_libtool-cross			?= "2.2.4"
+PREFERRED_VERSION_libtool-sdk			?= "2.2.4"
 PREFERRED_VERSION_linux-libc-headers		?= "2.6.23"
 PREFERRED_VERSION_m4				?= "1.4.8"
 PREFERRED_VERSION_m4-native			?= "1.4.8"
@@ -69,7 +69,6 @@ PREFERRED_VERSION_udev				?= "118"
 PREFERRED_VERSION_avahi				?= "0.6.23"
 PREFERRED_VERSION_gstreamer			?= "0.10.17"
 PREFERRED_VERSION_gst-plugins-base		?= "0.10.17"
-PREFERRED_VERSION_tiff				?= "3.7.2"
 PREFERRED_VERSION_fakeroot			?= "1.9.6"
 PREFERRED_VERSION_fakeroot-native		?= "1.9.6"
 
@@ -79,27 +78,5 @@ PREFERRED_VERSION_fakeroot-native		?= "1.9.6"
 # libusb will overwrite libusb-compat in staging.
 PREFERRED_VERSION_libusb			?= "0.0.0"
 
-# mtd-utils 1.2.0+git cannot be fetched, so SlugOS will stick
-# with 1.1.0 for now:
-PREFERRED_VERSION_mtd-utils			?= "1.1.0"
-
 # boost 1.36 won't build
 PREFERRED_VERSION_boost				?= "1.33.1"
-
-####################### Obsolete stuff, not sure why we keep this:
-
-# New pango and older glib-2.0 versions don't mix,
-# so specify exactly what we would like to build.
-#PREFERRED_VERSION_pango    ?= "1.20.5"
-#PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
-#PREFERRED_VERSION_cairo    ?= "1.4.8"
-#
-# Stick with an older gettext and e2fsprogs stuff
-# and gnutls... (our autotools is too old at the moment)
-#PREFERRED_VERSION_gnutls           ?= "1.6.3"
-#PREFERRED_VERSION_gettext          ?= "0.14.1"
-#PREFERRED_VERSION_gettext-native   ?= "0.14.1"
-#PREFERRED_VERSION_e2fsprogs-libs   ?= "1.39"
-#PREFERRED_VERSION_e2fsprogs        ?= "1.38"
-#PREFERRED_VERSION_e2fsprogs-native ?= "1.38"
-





More information about the Openembedded-commits mailing list