diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-08-29 09:05:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:55:02 +0100 |
commit | fc212a0b55dbde20594ccdb7d0c59050384bd550 (patch) | |
tree | 8c453dae62f6c6dc648a1d8899b471bdbb768e45 | |
parent | 7913095e8fa604d62a6f1a389aaf0015ea9e7263 (diff) | |
download | poky-fc212a0b55dbde20594ccdb7d0c59050384bd550.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: added and removed packages
Fixes [YOCTO #3036]
Added fakeroot to the Fedora package list. Removed python-curses
package from the Fedora package list. Added python-curses package
to the OpenSUSE package list.
This fixes a previous commit where I accidentally added python-curses
to Fedora.
(From yocto-docs rev: 8e1b7a640886e6d39cf1e175611098555204a5f3)
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 | 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 fde9e697bc..a1daf44fe0 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -250,7 +250,7 @@ | |||
250 | groff linuxdoc-tools patch cmake \ | 250 | groff linuxdoc-tools patch cmake \ |
251 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ | 251 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ |
252 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ | 252 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ |
253 | autoconf automake libtool xterm dblatex python-curses | 253 | autoconf automake libtool xterm dblatex fakeroot |
254 | </literallayout> | 254 | </literallayout> |
255 | 255 | ||
256 | </section> | 256 | </section> |
@@ -266,7 +266,8 @@ | |||
266 | <literallayout class='monospaced'> | 266 | <literallayout class='monospaced'> |
267 | $ sudo zypper install python gcc gcc-c++ libtool fop \ | 267 | $ sudo zypper install python gcc gcc-c++ libtool fop \ |
268 | subversion git chrpath automake make wget xsltproc \ | 268 | subversion git chrpath automake make wget xsltproc \ |
269 | diffstat texinfo freeglut-devel libSDL-devel dblatex | 269 | diffstat texinfo freeglut-devel libSDL-devel dblatex \ |
270 | python-curses | ||
270 | </literallayout> | 271 | </literallayout> |
271 | </section> | 272 | </section> |
272 | 273 | ||