ref-manual: Edits to the PACKAGE_PREPROCESS_FUNCS variable.

I had the wrong description in here.

(From yocto-docs rev: eafe3fb2324d6361ee799177ffbb3de05795a2e2)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-05-29 13:53:16 +03:00 committed by Richard Purdie
parent c0e41a1f9e
commit 87280e0b43
1 changed files with 4 additions and 11 deletions

View File

@ -5529,17 +5529,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm>
<glossdef>
<para>
Specifies a list of functions run to perform additional
splitting of files into individual packages.
Recipes can either prepend to this variable or prepend
to the <filename>populate_packages</filename> function
in order to perform the additional package splitting.
In either case, the function should set
<link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>,
<link linkend='var-FILES'><filename>FILES</filename></link>,
<link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
and other packaging variables appropriately in order to
perform the desired splitting.
Specifies a list of functions run to pre-process the
<link linkend='var-PKGD'><filename>PKGD</filename></link>
directory prior to splitting the files out to individual
packages.
</para>
</glossdef>
</glossentry>