diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-06 13:26:06 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:59 +0000 |
commit | e128cfdf9d975f906402a589253061bdd751c4ff (patch) | |
tree | 64ffdf49e8f0abf90c6d7e4f09fbd965376432fe /documentation | |
parent | 9a6398c1449f3cbf1d14cefbea816b88bf4dd22b (diff) | |
download | poky-e128cfdf9d975f906402a589253061bdd751c4ff.tar.gz |
poky.ent, ref-manual: Updated list of Fedora packages
I added perl-Thread-Queue to the essential and graphical
package sets for the Fedora distribution.
Reported-by: Richard Purdie <richard.purdie@intel.com>
(From yocto-docs rev: 3143176a2ff2444ba753cea64e0de6796cfb06ae)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.ent | 2 | ||||
-rw-r--r-- | documentation/ref-manual/introduction.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 6041b31245..1c6ca0db44 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -58,7 +58,7 @@ | |||
58 | build-essential chrpath"> | 58 | build-essential chrpath"> |
59 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 59 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
60 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 60 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
61 | ccache perl-Data-Dumper perl-Text-ParseWords"> | 61 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue"> |
62 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 62 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
63 | diffstat texinfo python-curses patch"> | 63 | diffstat texinfo python-curses patch"> |
64 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 64 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index bcac4c750f..4478dcbd2b 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -226,7 +226,7 @@ | |||
226 | <listitem><para><emphasis>Graphical Extras:</emphasis> | 226 | <listitem><para><emphasis>Graphical Extras:</emphasis> |
227 | Packages recommended if the host system has graphics support: | 227 | Packages recommended if the host system has graphics support: |
228 | <literallayout class='monospaced'> | 228 | <literallayout class='monospaced'> |
229 | $ sudo yum install SDL-devel xterm | 229 | $ sudo yum install SDL-devel xterm perl-Thread-Queue |
230 | </literallayout></para></listitem> | 230 | </literallayout></para></listitem> |
231 | <listitem><para><emphasis>Documentation:</emphasis> | 231 | <listitem><para><emphasis>Documentation:</emphasis> |
232 | Packages needed if you are going to build out the | 232 | Packages needed if you are going to build out the |