diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-21 10:16:50 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-24 11:26:47 +0100 |
| commit | 3f521edb0279db5c36dd3e57b23f409f2b809687 (patch) | |
| tree | 0f57e83a9be3cd34db5c05de10f57f34044bbe34 | |
| parent | cfa74dbb30f2db299eba17da1faf3bc6d94c928a (diff) | |
| download | poky-3f521edb0279db5c36dd3e57b23f409f2b809687.tar.gz | |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files 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 @@ | |||
| 192 | unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ | 192 | unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ |
| 193 | python-pysqlite2 diffstat help2man make gcc build-essential \ | 193 | python-pysqlite2 diffstat help2man make gcc build-essential \ |
| 194 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ | 194 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ |
| 195 | mercurial autoconf automake groff | 195 | mercurial autoconf automake groff libtool |
| 196 | </literallayout> | 196 | </literallayout> |
| 197 | 197 | ||
| 198 | <para> | 198 | <para> |
| @@ -209,11 +209,11 @@ | |||
| 209 | groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ | 209 | groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ |
| 210 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ | 210 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ |
| 211 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ | 211 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ |
| 212 | autoconf automake | 212 | autoconf automake libtool |
| 213 | </literallayout> | 213 | </literallayout> |
| 214 | 214 | ||
| 215 | <literallayout class='monospaced'> | 215 | <literallayout class='monospaced'> |
| 216 | $ sudo zypper install python gcc gcc-c++ | 216 | $ sudo zypper install python gcc gcc-c++ libtool |
| 217 | $ subversion git chrpath automake | 217 | $ subversion git chrpath automake |
| 218 | $ help2man diffstat texinfo mercurial wget | 218 | $ help2man diffstat texinfo mercurial wget |
| 219 | </literallayout> | 219 | </literallayout> |
