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:47:50 +0100
commit90d943ae6246ef75f31062f52bee2a32e12ac329 (patch)
tree8e236f64e6499c06c100774112a58b1d36b1d401
parent46669d3074736e2a13e9dc733b241cffb478a879 (diff)
downloadpoky-90d943ae6246ef75f31062f52bee2a32e12ac329.tar.gz
ref-manual: Corrected the "package_rpm.bbclass" section.yocto-1.8fido-13.0.0
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>
-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 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