summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 13:53:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:17 +0100
commit87280e0b439b57d98e37688a3b568f2436cae413 (patch)
tree68f8674f56dcc2a063247b4dfb55dfc3bf813e9a /documentation
parentc0e41a1f9edc6305af8b81c6c76fd2f9173780b4 (diff)
downloadast2050-yocto-poky-87280e0b439b57d98e37688a3b568f2436cae413.zip
ast2050-yocto-poky-87280e0b439b57d98e37688a3b568f2436cae413.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9d5c818..e95f35e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud