diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-05 15:21:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 10:19:24 +0100 |
commit | a61cb95ebdf1566272e21ed0516852fb1f79a02f (patch) | |
tree | 59e35009711898a9493527f21aad56e8ec04e217 /documentation | |
parent | 07057766b902d9256a9de632780e92f707a8e354 (diff) | |
download | poky-a61cb95ebdf1566272e21ed0516852fb1f79a02f.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: 2605c7378f6b4b49c2e2baaf159fd2c289d83a1a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index efe423adc7..89094466f7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9671,11 +9671,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9671 | <link linkend='ref-classes-cmake'><filename>cmake</filename></link> | 9671 | <link linkend='ref-classes-cmake'><filename>cmake</filename></link> |
9672 | use <filename>PACKAGECONFIG_CONFARGS</filename> to pass | 9672 | use <filename>PACKAGECONFIG_CONFARGS</filename> to pass |
9673 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | 9673 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> |
9674 | options to tasks such as | 9674 | options to <filename>configure</filename> and |
9675 | <link linkend='ref-tasks-configure'><filename>do_configure</filename></link> | 9675 | <filename>cmake</filename>, respectively. |
9676 | and | ||
9677 | <link linkend='ref-tasks-cmake'><filename>do_cmake</filename></link>, | ||
9678 | respectively. | ||
9679 | If you are using | 9676 | If you are using |
9680 | <filename>PACKAGECONFIG</filename> but not a class that | 9677 | <filename>PACKAGECONFIG</filename> but not a class that |
9681 | handles the <filename>do_configure</filename> task, then | 9678 | handles the <filename>do_configure</filename> task, then |