diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-07 10:17:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:33 +0100 |
commit | 72d1435f20e47339c75ee8dcb8adecbb2bc7516b (patch) | |
tree | 672d3932703780c57f24749061559793678c61b4 /documentation/ref-manual/closer-look.xml | |
parent | 066ecf613f5b6614423e43fc69431784d5531655 (diff) | |
download | poky-72d1435f20e47339c75ee8dcb8adecbb2bc7516b.tar.gz |
documentation: Added new description for the PACKAGECONFIG_CONFARGS variable.
Fixes [YOCTO #10183]
Added a new variable entry for the PACKAGECONFIG_CONFARGS variable.
With the introduction of the new PACKAGECONFIG_CONFARGS variable,
many places in the mainstream YP documentation that referenced
how to pass configure arguments using EXTRA_OECONF needed to also
make mention of this new variable. I added many cross-references
to the new variable.
(From yocto-docs rev: 00f02d45319bab90b72eab89fcb69cbe8bd05bb5)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/closer-look.xml')
-rw-r--r-- | documentation/ref-manual/closer-look.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 825409f5a7..a9eb1b6c7f 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
@@ -888,7 +888,9 @@ | |||
888 | class, | 888 | class, |
889 | you can add additional configuration options by using | 889 | you can add additional configuration options by using |
890 | the <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link> | 890 | the <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link> |
891 | variable. | 891 | or |
892 | <link linkend='var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></link> | ||
893 | variables. | ||
892 | For information on how this variable works within | 894 | For information on how this variable works within |
893 | that class, see the | 895 | that class, see the |
894 | <filename>meta/classes/autotools.bbclass</filename> file. | 896 | <filename>meta/classes/autotools.bbclass</filename> file. |