summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-09 16:04:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-10 14:28:58 +0100
commit7effa6edd01430c7b41f1f06044a2c8bc4341965 (patch)
tree7dee4531680b9838236124ce82d33691ec611bfb
parent02e603e48c6e0b0492f596890adadf6590fa692c (diff)
downloadpoky-7effa6edd01430c7b41f1f06044a2c8bc4341965.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: 1197367b394d4d2267ed1ce4fefdd55b9efae621) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index fdd9cbd549..4fa3ee155f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2107,7 +2107,7 @@
2107 <title><filename>package_rpm.bbclass</filename></title> 2107 <title><filename>package_rpm.bbclass</filename></title>
2108 2108
2109 <para> 2109 <para>
2110 The <filename>package_deb</filename> class 2110 The <filename>package_rpm</filename> class
2111 provides support for creating packages that use the 2111 provides support for creating packages that use the
2112 <filename>.rpm</filename> file format. 2112 <filename>.rpm</filename> file format.
2113 The class ensures the packages are written out to the 2113 The class ensures the packages are written out to the