From 3f521edb0279db5c36dd3e57b23f409f2b809687 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Jun 2011 10:16:50 -0700 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: added libtool to packages Turns out that the package libtool is necessary for working with ADT during the installation process. I need to mention this in the ADT manual but it would be helpful if it was one of the packages in the QS along with all the others. I added libtool to the package requirements lists for the three supported hosts. (From yocto-docs rev: 5f95fa1af0cfe9a97e437b8239e139479a1d5317) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 6928fd5f80..52f7391e4b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -192,7 +192,7 @@ unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ python-pysqlite2 diffstat help2man make gcc build-essential \ g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ - mercurial autoconf automake groff + mercurial autoconf automake groff libtool @@ -209,11 +209,11 @@ groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ - autoconf automake + autoconf automake libtool - $ sudo zypper install python gcc gcc-c++ + $ sudo zypper install python gcc gcc-c++ libtool $ subversion git chrpath automake $ help2man diffstat texinfo mercurial wget