diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-10-01 08:16:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:33 +0100 |
commit | 9abc72cc98c3e56a456cdffc001a3630620de7f1 (patch) | |
tree | f1029c7cb16f5cea5b7e087af98a52265f12b2ae /documentation/adt-manual/adt-package.xml | |
parent | 2e7d650a2ab3ced7688fb550f55798dd55381367 (diff) | |
download | poky-9abc72cc98c3e56a456cdffc001a3630620de7f1.tar.gz |
adt-manual: Fixed PMS typo
Fixes [YOCTO #8419]
There was a typo in the section that indicated the file extensions
for various Package Management Systems. The one for RPM used a
file extension of ".rms". I fixed it to ".rpm".
(From yocto-docs rev: 7b303a789d4f11aed6ebc83d734a27442a531b52)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-package.xml')
-rw-r--r-- | documentation/adt-manual/adt-package.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index f3ffa06e4e..68eee9b389 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml | |||
@@ -27,7 +27,7 @@ | |||
27 | information about OPKG.</para></listitem> | 27 | information about OPKG.</para></listitem> |
28 | <listitem><para><emphasis>RPM:</emphasis> A more widely known PMS intended for GNU/Linux | 28 | <listitem><para><emphasis>RPM:</emphasis> A more widely known PMS intended for GNU/Linux |
29 | distributions. | 29 | distributions. |
30 | This PMS works with files packaged in an <filename>.rms</filename> format. | 30 | This PMS works with files packaged in an <filename>.rpm</filename> format. |
31 | The build system currently installs through this PMS by default. | 31 | The build system currently installs through this PMS by default. |
32 | See <ulink url='http://en.wikipedia.org/wiki/RPM_Package_Manager'></ulink> | 32 | See <ulink url='http://en.wikipedia.org/wiki/RPM_Package_Manager'></ulink> |
33 | for more information about RPM.</para></listitem> | 33 | for more information about RPM.</para></listitem> |