summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-05 18:03:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:18:49 +0100
commit6f8a652eeb96cb23907cab89c0cd9e19d4edc1e7 (patch)
tree344ba0c70922349be9670e6f428e3bc8fc888323 /documentation
parentbb71e194c591325a4c721805396ac135cb295eb4 (diff)
downloadpoky-6f8a652eeb96cb23907cab89c0cd9e19d4edc1e7.tar.gz
ref-manual: Updated PACKAGECONFIG_CONFARGS variable
Fixes [YOCTO #11600] Removed the example. It was not needed. (From yocto-docs rev: e3610147535c259c49c3dc08289c037ba49c48a1) 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.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 26b1353f42..d35b6918b8 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.