diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 13:41:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:17 +0100 |
commit | 13afa786bf8a86ddb4d371fb6d3c975981ab39e7 (patch) | |
tree | 60dbd25807f8546b712598aec05c2274b010fda6 /documentation/ref-manual | |
parent | bcd59abbeb18280bccf70c2cccdee14d03445a78 (diff) | |
download | poky-13afa786bf8a86ddb4d371fb6d3c975981ab39e7.tar.gz |
ref-manual: Added the PACKAGE_PREPROCESS_FUNCS variable.
(From yocto-docs rev: c2827351b70a51ef0f0703ab9014b9c03dd62b17)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
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> |