ref-manual: Updates to SDKTARGETSYSROOT and PKG_CONFIG_PATH variables.

Applied some review edits to these two variable descriptions.

(From yocto-docs rev: fb1eb903b9bcc8b0bb67e72c795a1dd602143589)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-02-09 08:49:55 -08:00 committed by Richard Purdie
parent f3410bfc75
commit 21fcd57042
1 changed files with 9 additions and 4 deletions

View File

@ -7891,12 +7891,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PKG_CONFIG_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />PKG_CONFIG_PATH</glossterm>
<info>
PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the target."
PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context."
</info>
<glossdef>
<para>
The path to <filename>pkg-config</filename> files for the
target.
current build context.
<filename>pkg-config</filename> reads this variable
from the environment.
</para>
</glossdef>
</glossentry>
@ -9283,11 +9285,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm>
<info>
SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation."
SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH."
</info>
<glossdef>
<para>
The path to the sysroot used for cross-compilation.
The full path to the sysroot used for cross-compilation
within an SDK as it will be when installed into the
default
<link linkend='var-SDKPATH'><filename>SDKPATH</filename></link>.
</para>
</glossdef>
</glossentry>