From: Chris Larson Date: Thu, 25 Nov 2004 04:04:50 +0000 (+0000) Subject: Add libtool preferred versions to the versioned distro .confs. X-Git-Tag: Release-2010-05/1~15937 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa7a07995df4f8280d841236d0ca75ac16d413f;p=openembedded.git Add libtool preferred versions to the versioned distro .confs. BKrev: 41a559e2fuKoZHPV9auO0k_ZXU_bUA --- diff --git a/conf/distro/familiar-0.8.0.conf b/conf/distro/familiar-0.8.0.conf index a4ef67fc8a..82254a3fac 100644 --- a/conf/distro/familiar-0.8.0.conf +++ b/conf/distro/familiar-0.8.0.conf @@ -17,6 +17,8 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" +PREFERRED_VERSION_libtool-native = "1.5.6" +PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" PREFERRED_VERSION_orinoco-modules = "0.13e" PREFERRED_VERSION_glibc = "2.3.2+cvs20040726" diff --git a/conf/distro/openzaurus-3.5.1.conf b/conf/distro/openzaurus-3.5.1.conf index b0a53a7b45..f62398d343 100644 --- a/conf/distro/openzaurus-3.5.1.conf +++ b/conf/distro/openzaurus-3.5.1.conf @@ -22,6 +22,8 @@ TARGET_FPU = "soft" #INHIBIT_PACKAGE_STRIP = "1" PREFERRED_VERSION_binutils-cross = "2.15.91.0.1" +PREFERRED_VERSION_libtool-native = "1.5.6" +PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" PREFERRED_VERSION_orinoco-modules = "0.13e" PREFERRED_VERSION_glibc = "2.3.2+cvs20040726" diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf index 7fb43145f1..5fe5c4beb8 100644 --- a/conf/distro/openzaurus-3.5.2.conf +++ b/conf/distro/openzaurus-3.5.2.conf @@ -25,6 +25,8 @@ TARGET_FPU = "soft" #INHIBIT_PACKAGE_STRIP = "1" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" +PREFERRED_VERSION_libtool-native = "1.5.6" +PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" PREFERRED_VERSION_orinoco-modules = "0.13e" PREFERRED_VERSION_glibc = "2.3.2+cvs20040726"