diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-04 07:34:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-07 13:15:35 +0100 |
commit | 98a41af6d32653061699d1d3ac63620a33811ed5 (patch) | |
tree | 83ceb1d0fe34e3092cadeb1fe046f2ef363dc6d7 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 1bb1d2f35b21cd1e392e54c12a79528c51479c53 (diff) | |
download | poky-98a41af6d32653061699d1d3ac63620a33811ed5.tar.gz |
documentation: poky-ref-manual, yocto-project-qs - Packages fixed
Fixes [YOCTO_#3180]
Final changes to the packages section. They were re-organized and
the set is complete and thus fixes this bug.
(From yocto-docs rev: 533b45c9d41330497bbd0da58b812a4738ba64a8)
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/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index ca6f65bf00..265f436b37 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -256,7 +256,7 @@ | |||
256 | 256 | ||
257 | <para> | 257 | <para> |
258 | The essential packages you need for a supported Fedora distribution | 258 | The essential packages you need for a supported Fedora distribution |
259 | are shown in the following commands: | 259 | are shown in the following command: |
260 | <literallayout class='monospaced'> | 260 | <literallayout class='monospaced'> |
261 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 261 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
262 | </literallayout> | 262 | </literallayout> |
@@ -280,7 +280,7 @@ | |||
280 | 280 | ||
281 | <para> | 281 | <para> |
282 | The essential packages you need for a supported CentOS | 282 | The essential packages you need for a supported CentOS |
283 | distribution are shown in the following commands: | 283 | distribution are shown in the following command: |
284 | <literallayout class='monospaced'> | 284 | <literallayout class='monospaced'> |
285 | $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 285 | $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
286 | </literallayout> | 286 | </literallayout> |