diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-16 11:09:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:05:28 +0100 |
commit | a1b25e60cafa8832431c579f96194cecea488c22 (patch) | |
tree | b284fb6f86ce158d76acfb5a3357050ddcc53ed2 /documentation/yocto-project-qs | |
parent | d284fbae8e5b2d260f336dc12686fe58f5b46b08 (diff) | |
download | poky-a1b25e60cafa8832431c579f96194cecea488c22.tar.gz |
yocto-project-qs, ref-manual: Replaced "yum" with "dnf"
Fixes [YOCTO #8159]
Fedora and CentOS have deprecated "yum" and have come up with
"dnf" as the package manager. This happened at the end of
2014. I have replaced the occurrences in the manual
appropritely.
(From yocto-docs rev: 14c80ecc8d6a4f9bf355dd84657d339782da83f0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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.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 5da7314bd6..c36cccd4d4 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -308,7 +308,7 @@ | |||
308 | </para></listitem> | 308 | </para></listitem> |
309 | <listitem><para><emphasis>Fedora</emphasis> | 309 | <listitem><para><emphasis>Fedora</emphasis> |
310 | <literallayout class='monospaced'> | 310 | <literallayout class='monospaced'> |
311 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 311 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
312 | </literallayout> | 312 | </literallayout> |
313 | </para></listitem> | 313 | </para></listitem> |
314 | <listitem><para><emphasis>OpenSUSE</emphasis> | 314 | <listitem><para><emphasis>OpenSUSE</emphasis> |
@@ -318,7 +318,7 @@ | |||
318 | </para></listitem> | 318 | </para></listitem> |
319 | <listitem><para><emphasis>CentOS</emphasis> | 319 | <listitem><para><emphasis>CentOS</emphasis> |
320 | <literallayout class='monospaced'> | 320 | <literallayout class='monospaced'> |
321 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 321 | $ sudo dnf install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
322 | </literallayout> | 322 | </literallayout> |
323 | <note> | 323 | <note> |
324 | CentOS 6.x users need to ensure that the required | 324 | CentOS 6.x users need to ensure that the required |