diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6af5708988..37ca37b626 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9199,6 +9199,50 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9199 | </glossdef> | 9199 | </glossdef> |
9200 | </glossentry> | 9200 | </glossentry> |
9201 | 9201 | ||
9202 | <glossentry id='var-PACKAGECONFIG_CONFARGS'><glossterm>PACKAGECONFIG_CONFARGS</glossterm> | ||
9203 | <info> | ||
9204 | PACKAGECONFIG_CONFARGS[doc] = "A space-separated list of configuration options generated from PACKAGECONFIG." | ||
9205 | </info> | ||
9206 | <glossdef> | ||
9207 | <para role="glossdeffirst"> | ||
9208 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
9209 | A space-separated list of configuration options generated | ||
9210 | from the | ||
9211 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | ||
9212 | setting. | ||
9213 | This list of options helps other classes and | ||
9214 | recipes take advantage of the | ||
9215 | <filename>PACKAGECONFIG</filename> mechanism without | ||
9216 | having to include options from | ||
9217 | <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>. | ||
9218 | </para> | ||
9219 | |||
9220 | <para> | ||
9221 | To illustrate how to use | ||
9222 | <filename>PACKAGECONFIG_CONFARGS</filename>, consider the | ||
9223 | following example: | ||
9224 | <literallayout class='monospaced'> | ||
9225 | PACKAGECONFIG_CONFARGS = " \ | ||
9226 | -prefix ${prefix} \ | ||
9227 | -sysroot ${STAGING_DIR_NATIVE} \ | ||
9228 | -no-gcc-sysroot | ||
9229 | " | ||
9230 | </literallayout> | ||
9231 | In the previous example, | ||
9232 | <filename>PACKAGECONFIG_CONFARGS</filename> is set with | ||
9233 | three configuration options that can be passed using the | ||
9234 | <filename>PACKAGECONFIG</filename> mechanism, thus | ||
9235 | avoiding having to use <filename>EXTRA_OECONF</filename>. | ||
9236 | </para> | ||
9237 | |||
9238 | <para> | ||
9239 | For additional information, see the | ||
9240 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | ||
9241 | variable. | ||
9242 | </para> | ||
9243 | </glossdef> | ||
9244 | </glossentry> | ||
9245 | |||
9202 | <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm>PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm> | 9246 | <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm>PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm> |
9203 | <info> | 9247 | <info> |
9204 | PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." | 9248 | PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." |