diff options
author | 2015-04-09 16:04:58 -0700 | |
---|---|---|
committer | 2015-04-10 14:47:50 +0100 | |
commit | 90d943ae6246ef75f31062f52bee2a32e12ac329 (patch) | |
tree | 8e236f64e6499c06c100774112a58b1d36b1d401 | |
parent | 46669d3074736e2a13e9dc733b241cffb478a879 (diff) | |
download | poky-90d943ae6246ef75f31062f52bee2a32e12ac329.tar.gz poky-90d943ae6246ef75f31062f52bee2a32e12ac329.tar.bz2 poky-90d943ae6246ef75f31062f52bee2a32e12ac329.zip |
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.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 @@ <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 |