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:29:00 +0100
commit8e9e7e8def9b0b728937d34115f7165677c31bed (patch)
treec3388669e774987a8e797f8c149a44aa16995073
parente035c59d7d331ddaeff19b069169567af5e6f8ac (diff)
downloadpoky-dora.tar.gz
ref-manual: Corrected the "package_rpm.bbclass" section.dora
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: 8eb1ef532754def5d1d15b98b3b45f259af0edc0) 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 ca96b3b277..04c6f38a13 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2005,7 +2005,7 @@
2005 <title><filename>package_rpm.bbclass</filename></title> 2005 <title><filename>package_rpm.bbclass</filename></title>
2006 2006
2007 <para> 2007 <para>
2008 The <filename>package_deb</filename> class 2008 The <filename>package_rpm</filename> class
2009 provides support for creating packages that use the 2009 provides support for creating packages that use the
2010 <filename>.rpm</filename> file format. 2010 <filename>.rpm</filename> file format.
2011 The class ensures the packages are written out to the 2011 The class ensures the packages are written out to the