diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-05 15:21:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:18:49 +0100 |
commit | 003d869116cb4a80360d34c6b2a2c15636689c82 (patch) | |
tree | cc9e9bd55b50196ae09d6dda8b96cec4a42ddec3 | |
parent | 2bf0932d7b02c24b63e104c6298dbad5e0351e95 (diff) | |
download | poky-003d869116cb4a80360d34c6b2a2c15636689c82.tar.gz |
ref-manual: Updated PACKAGECONFIG_CONFARGS variable description
Fixes [YOCTO #11600]
"configure" and "cmake" are not do_* tasks of BitBake. I updated
the formatting of these programs and removed links that were to
the tasks in the reference manual.
(From yocto-docs rev: a53d766976ec77a2706014d114bef698d3b6f710)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4a2c79f1be..26b1353f42 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9662,11 +9662,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9662 | from the | 9662 | from the |
9663 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | 9663 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> |
9664 | setting. | 9664 | setting. |
9665 | This list of options helps other classes and | 9665 | </para> |
9666 | recipes take advantage of the | 9666 | |
9667 | <filename>PACKAGECONFIG</filename> mechanism without | 9667 | <para> |
9668 | having to include options from | 9668 | Classes such as |
9669 | <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>. | 9669 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> |
9670 | and | ||
9671 | <link linkend='ref-classes-cmake'><filename>cmake</filename></link> | ||
9672 | use <filename>PACKAGECONFIG_CONFARGS</filename> to pass | ||
9673 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | ||
9674 | options to <filename>configure</filename> and | ||
9675 | <filename>cmake</filename>, respectively. | ||
9676 | If you are using | ||
9677 | <filename>PACKAGECONFIG</filename> but not a class that | ||
9678 | handles the <filename>do_configure</filename> task, then | ||
9679 | you need to use | ||
9680 | <filename>PACKAGECONFIG_CONFARGS</filename> appropriately. | ||
9670 | </para> | 9681 | </para> |
9671 | 9682 | ||
9672 | <para> | 9683 | <para> |