diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-01-14 11:10:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-18 17:54:52 +0000 |
commit | 163581fe32207fffe42c9cfc773c19f8cf7402a4 (patch) | |
tree | c50c09a5caaf6161f97b42c25b3a78266ea48fd9 /documentation/yocto-project-qs | |
parent | a72f0aaabe16c3b08f277695ebf6b6c052fde0ae (diff) | |
download | openembedded-core-163581fe32207fffe42c9cfc773c19f8cf7402a4.tar.gz openembedded-core-163581fe32207fffe42c9cfc773c19f8cf7402a4.tar.bz2 openembedded-core-163581fe32207fffe42c9cfc773c19f8cf7402a4.zip |
documentation/yocto-project-qs: Updated the Packages section.
Added the packages autoconf and automake to both the Debeian-based
host and the RPM-based host example commands. During a fresh
development host system test run I found these packages were
necessary to develop Yocto projects using Eclipse IDE.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index ca2794b1b0..c62ec58df1 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -141,7 +141,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 + mercurial autoconf automake </literallayout> <para> @@ -156,7 +156,8 @@ docbook-utils sed bc glibc-devel ccache pcre pcre-devel quilt \ 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 + SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ + autoconf automake </literallayout> <para> |