summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 00c5f26887..1cd82d25e2 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5526,6 +5526,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5526 </glossdef> 5526 </glossdef>
5527 </glossentry> 5527 </glossentry>
5528 5528
5529 <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm>
5530 <glossdef>
5531 <para>
5532 Specifies a list of functions run to perform additional
5533 splitting of files into individual packages.
5534 Recipes can either prepend to this variable or prepend
5535 to the <filename>populate_packages</filename> function
5536 in order to perform the additional package splitting.
5537 In either case, the function should set
5538 <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>,
5539 <link linkend='var-FILES'><filename>FILES</filename></link>,
5540 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
5541 and other packaging variables appropriately in order to
5542 perform the desired splitting.
5543 </para>
5544 </glossdef>
5545 </glossentry>
5546
5529 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm> 5547 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm>
5530 <glossdef> 5548 <glossdef>
5531 <para> 5549 <para>