diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 13:53:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:17 +0100 |
commit | 87280e0b439b57d98e37688a3b568f2436cae413 (patch) | |
tree | 68f8674f56dcc2a063247b4dfb55dfc3bf813e9a /documentation | |
parent | c0e41a1f9edc6305af8b81c6c76fd2f9173780b4 (diff) | |
download | 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.xml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9d5c818293..e95f35e0d7 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" | |||
5529 | <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm> | 5529 | <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm>PACKAGE_PREPROCESS_FUNCS</glossterm> |
5530 | <glossdef> | 5530 | <glossdef> |
5531 | <para> | 5531 | <para> |
5532 | Specifies a list of functions run to perform additional | 5532 | Specifies a list of functions run to pre-process the |
5533 | splitting of files into individual packages. | 5533 | <link linkend='var-PKGD'><filename>PKGD</filename></link> |
5534 | Recipes can either prepend to this variable or prepend | 5534 | directory prior to splitting the files out to individual |
5535 | to the <filename>populate_packages</filename> function | 5535 | packages. |
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> | 5536 | </para> |
5544 | </glossdef> | 5537 | </glossdef> |
5545 | </glossentry> | 5538 | </glossentry> |