summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-03 18:05:41 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-07 17:13:13 +0000
commit377aee76f5bb54eb363209b302dcf611af4b9553 (patch)
treea3276b0f21fd759e963bc925e3402c88d596df20 /documentation/poky-ref-manual/ref-variables.xml
parent23200858b4b41686cb4e73a30a2b1a024fec85a3 (diff)
downloadpoky-377aee76f5bb54eb363209b302dcf611af4b9553.tar.gz
documentation: poky-ref-manual - PACKAGECONFIG edits
Fixes [YOCTO #3327] Applied some edits to make it more accurate based on Paul Eggleton's review comments. (From yocto-docs rev: 94c15c9550fba77a2ab079502a62916357de0cf5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 10ffce39ac..cb05419dee 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -2038,22 +2038,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2038 features of a recipe on a per-recipe basis. 2038 features of a recipe on a per-recipe basis.
2039 The <filename>PACKAGECONFIG</filename> 2039 The <filename>PACKAGECONFIG</filename>
2040 variable itself specifies a space-separated list of the 2040 variable itself specifies a space-separated list of the
2041 features to enable or disable. 2041 features to enable.
2042 The features themselves are specified as flags on the 2042 The features themselves are specified as flags on the
2043 <filename>PACKAGECONFIG</filename> variable. 2043 <filename>PACKAGECONFIG</filename> variable.
2044 You can provide up to four arguments, which are separated by 2044 You can provide up to four arguments, which are separated by
2045 commas, to determine the behavior of each feature 2045 commas, to determine the behavior of each feature
2046 when it is enabled or disabled. 2046 when it is enabled or disabled.
2047 You can omit any argument you like but must retain the 2047 You can omit any argument you like but must retain the
2048 separating commas (see the examples further down). 2048 separating commas.
2049 The arguments specify the following: 2049 The arguments specify the following:
2050 <orderedlist> 2050 <orderedlist>
2051 <listitem><para>Extra arguments 2051 <listitem><para>Extra arguments
2052 (<link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>)
2053 that should be added to the configure script argument list 2052 that should be added to the configure script argument list
2053 (<link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>)
2054 if the feature is enabled.</para></listitem> 2054 if the feature is enabled.</para></listitem>
2055 <listitem><para>Extra arguments (<filename>EXTRA_OECONF</filename>) 2055 <listitem><para>Extra arguments
2056 that should be added if the feature is disabled. 2056 that should be added to <filename>EXTRA_OECONF</filename>
2057 if the feature is disabled.
2057 </para></listitem> 2058 </para></listitem>
2058 <listitem><para>Additional build dependencies 2059 <listitem><para>Additional build dependencies
2059 (<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>) 2060 (<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>)