From patchwork Thu Dec 9 03:23:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: minimal.conf: Prefer libtool 2.4 with sysroot support Date: Thu, 09 Dec 2010 03:23:17 -0000 From: Khem Raj X-Patchwork-Id: 33 Message-Id: <1291864997-30025-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Khem Raj --- conf/distro/minimal.conf | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 5b92a36..451d010 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -102,13 +102,20 @@ require conf/distro/include/preferred-xorg-versions-X11R7.5.inc PREFERRED_PROVIDER_opkg ?= "opkg" PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" -PREFERRED_QT_VERSION ?= "4.7.1" +PREFERRED_QT_VERSION ?= "4.7.1" +PREFERRED_LIBTOOL_VERSION ?= "2.4" +LIBTOOL_HAS_SYSROOT ?= "yes" PREFERRED_VERSION_qt4-tools-native = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-tools-sdk = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}" +PREFERRED_VERSION_libtool = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-cross = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-native = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-sdk = "${PREFERRED_LIBTOOL_VERSION}" +PREFERRED_VERSION_libtool-nativesdk = "${PREFERRED_LIBTOOL_VERSION}" ############################################################################# # CONTENTS