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-14 10:19:24 +0100
commitded9a2f6b39df610cfc2a1f47b5e7025133b959a (patch)
treec107cb3016594f03e23198f8ced356805c36f019 /documentation
parentdce79d0efc1df9f1db32604dc0d9dd3514769e58 (diff)
downloadpoky-ded9a2f6b39df610cfc2a1f47b5e7025133b959a.tar.gz
ref-manual: Updated PACKAGECONFIG_CONFARGS variable
Fixes [YOCTO #11600] Removed the example. It was not needed. (From yocto-docs rev: 402bb173b00a665fb55a8f740a4dbe60ead57f25) 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 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.