diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 89094466f7..bd9e517246 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9681,24 +9681,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9681 | </para> | 9681 | </para> |
9682 | 9682 | ||
9683 | <para> | 9683 | <para> |
9684 | To illustrate how to use | ||
9685 | <filename>PACKAGECONFIG_CONFARGS</filename>, consider the | ||
9686 | following example: | ||
9687 | <literallayout class='monospaced'> | ||
9688 | PACKAGECONFIG_CONFARGS = " \ | ||
9689 | -prefix ${prefix} \ | ||
9690 | -sysroot ${STAGING_DIR_NATIVE} \ | ||
9691 | -no-gcc-sysroot | ||
9692 | " | ||
9693 | </literallayout> | ||
9694 | In the previous example, | ||
9695 | <filename>PACKAGECONFIG_CONFARGS</filename> is set with | ||
9696 | three configuration options that can be passed using the | ||
9697 | <filename>PACKAGECONFIG</filename> mechanism, thus | ||
9698 | avoiding having to use <filename>EXTRA_OECONF</filename>. | ||
9699 | </para> | ||
9700 | |||
9701 | <para> | ||
9702 | For additional information, see the | 9684 | For additional information, see the |
9703 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | 9685 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> |
9704 | variable. | 9686 | variable. |