summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-04 07:16:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-07 17:13:13 +0000
commit17938797b28e0955fcc8e121715923a6bdf60d6f (patch)
tree301d9a4d722c0e7dbe19647bd0c8c690697cc410 /documentation/poky-ref-manual/ref-variables.xml
parent377aee76f5bb54eb363209b302dcf611af4b9553 (diff)
downloadpoky-17938797b28e0955fcc8e121715923a6bdf60d6f.tar.gz
documentation: poky-ref-manual - PACKAGECONFIG typo corrected.
(From yocto-docs rev: 110ca97f1f1f3b5edacf014c944b79e9a65ebd23) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index cb05419dee..9ced42499e 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -2071,7 +2071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2071 Consider the following example taken from the 2071 Consider the following example taken from the
2072 <filename>librsvg</filename> recipe. 2072 <filename>librsvg</filename> recipe.
2073 In this example the feature is <filename>croco</filename>, which 2073 In this example the feature is <filename>croco</filename>, which
2074 has three arguments that determine the feature's' behavior. 2074 has three arguments that determine the feature's behavior.
2075 <literallayout class='monospaced'> 2075 <literallayout class='monospaced'>
2076 PACKAGECONFIG ??= "croco" 2076 PACKAGECONFIG ??= "croco"
2077 PACKAGECONFIG[croco] = "--with-croco,--without-croco,libcroco" 2077 PACKAGECONFIG[croco] = "--with-croco,--without-croco,libcroco"