documentation/yocto-project-qs/yocto-project-qs.xml: fop added to packages

Jim Abernathy pointed out that the 'fop' package is not in the list
of packages.  Not having 'fop' prevents the user from building the
PDF versions of the documentation.  I added 'fop' to all three
distribution's package lists.

Reported-by: Jim Abernathy <jim.abernathy@intel.com>
(From yocto-docs rev: f481361fbc3330a8f415be8cb992844c2f214ce3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-01-24 11:21:50 -06:00 committed by Richard Purdie
parent 4110fa7f7e
commit bee29889fa
1 changed files with 3 additions and 3 deletions

View File

@ -205,7 +205,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo apt-get install sed wget cvs subversion git-core coreutils \ $ sudo apt-get install sed wget cvs subversion git-core coreutils \
unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \
python-pysqlite2 diffstat help2man make gcc build-essential \ python-pysqlite2 diffstat help2man make gcc build-essential \
g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \
mercurial autoconf automake groff libtool xterm libxml-parser-perl mercurial autoconf automake groff libtool xterm libxml-parser-perl
@ -224,7 +224,7 @@
$ sudo yum groupinstall "development tools" $ sudo yum groupinstall "development tools"
$ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \ $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \
unzip python-psyco perl texinfo texi2html diffstat openjade \ unzip python-psyco perl texinfo texi2html diffstat openjade \
docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ docbook-style-dsssl sed docbook-style-xsl docbook-dtds fop \
docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \ docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \
groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ groff linuxdoc-tools patch linuxdoc-tools cmake help2man \
perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \
@ -250,7 +250,7 @@
</para> </para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ sudo zypper install python gcc gcc-c++ libtool \ $ sudo zypper install python gcc gcc-c++ libtool fop \
subversion git chrpath automake make wget help2man \ subversion git chrpath automake make wget help2man \
diffstat texinfo mercurial freeglut-devel libSDL-devel diffstat texinfo mercurial freeglut-devel libSDL-devel
</literallayout> </literallayout>