summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-24 11:21:50 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:43 -0800
commitbee29889fab8bc1630e2f15ba9ccb0d5d225aae3 (patch)
treeed3834b24a5644c43ce4511f91c46ed3b93a44e7 /documentation/yocto-project-qs
parent4110fa7f7e6272f9e88ff79118828d455b1f0c58 (diff)
downloadpoky-bee29889fab8bc1630e2f15ba9ccb0d5d225aae3.tar.gz
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
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 4f02b0a996..f1c98c8a5b 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -205,7 +205,7 @@
205 205
206 <literallayout class='monospaced'> 206 <literallayout class='monospaced'>
207 $ sudo apt-get install sed wget cvs subversion git-core coreutils \ 207 $ sudo apt-get install sed wget cvs subversion git-core coreutils \
208 unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ 208 unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \
209 python-pysqlite2 diffstat help2man make gcc build-essential \ 209 python-pysqlite2 diffstat help2man make gcc build-essential \
210 g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ 210 g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \
211 mercurial autoconf automake groff libtool xterm libxml-parser-perl 211 mercurial autoconf automake groff libtool xterm libxml-parser-perl
@@ -224,7 +224,7 @@
224 $ sudo yum groupinstall "development tools" 224 $ sudo yum groupinstall "development tools"
225 $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \ 225 $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \
226 unzip python-psyco perl texinfo texi2html diffstat openjade \ 226 unzip python-psyco perl texinfo texi2html diffstat openjade \
227 docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ 227 docbook-style-dsssl sed docbook-style-xsl docbook-dtds fop \
228 docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \ 228 docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \
229 groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ 229 groff linuxdoc-tools patch linuxdoc-tools cmake help2man \
230 perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ 230 perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \
@@ -250,7 +250,7 @@
250 </para> 250 </para>
251 251
252 <literallayout class='monospaced'> 252 <literallayout class='monospaced'>
253 $ sudo zypper install python gcc gcc-c++ libtool \ 253 $ sudo zypper install python gcc gcc-c++ libtool fop \
254 subversion git chrpath automake make wget help2man \ 254 subversion git chrpath automake make wget help2man \
255 diffstat texinfo mercurial freeglut-devel libSDL-devel 255 diffstat texinfo mercurial freeglut-devel libSDL-devel
256 </literallayout> 256 </literallayout>