diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-09 16:04:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-10 14:47:11 +0100 |
commit | 6bd0df05555e1a5b39eea1dce6b49c03958f98fa (patch) | |
tree | d2472887efb00f3a11a7bbe303d0bc792df2a9f4 /documentation | |
parent | fa398ae99fed35218804a96888c32e58474463a2 (diff) | |
download | poky-6bd0df05555e1a5b39eea1dce6b49c03958f98fa.tar.gz |
ref-manual: Corrected the "package_rpm.bbclass" section.
A cut-and-paste error had left a "package_deb" string in the
first sentence of the section. Replaced with "package_rpm."
Reported-by: Geoffroy VanCutsem <geoffroy.vancutsem@intel.com>
(From yocto-docs rev: 38b20d775ba41cb14d86177dddd85ada32fb3f86)
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/ref-manual/ref-classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 30f0e73366..a000b2ae28 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2300,7 +2300,7 @@ | |||
2300 | <title><filename>package_rpm.bbclass</filename></title> | 2300 | <title><filename>package_rpm.bbclass</filename></title> |
2301 | 2301 | ||
2302 | <para> | 2302 | <para> |
2303 | The <filename>package_deb</filename> class | 2303 | The <filename>package_rpm</filename> class |
2304 | provides support for creating packages that use the | 2304 | provides support for creating packages that use the |
2305 | <filename>.rpm</filename> file format. | 2305 | <filename>.rpm</filename> file format. |
2306 | The class ensures the packages are written out to the | 2306 | The class ensures the packages are written out to the |