diff options
author | 2015-04-09 16:04:58 -0700 | |
---|---|---|
committer | 2015-04-10 14:29:00 +0100 | |
commit | 8e9e7e8def9b0b728937d34115f7165677c31bed (patch) | |
tree | c3388669e774987a8e797f8c149a44aa16995073 | |
parent | e035c59d7d331ddaeff19b069169567af5e6f8ac (diff) | |
download | poky-dora.tar.gz poky-dora.tar.bz2 poky-dora.zip |
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.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 ca96b3b277..04c6f38a13 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2005,7 +2005,7 @@ <title><filename>package_rpm.bbclass</filename></title> <para> - The <filename>package_deb</filename> class + The <filename>package_rpm</filename> class provides support for creating packages that use the <filename>.rpm</filename> file format. The class ensures the packages are written out to the |