diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-26 06:43:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 17:54:26 +0100 |
commit | ed52eec109ef54150b13c96553cd453ba2aa8e6d (patch) | |
tree | 7f9932392b1a9212433723a514c6aec05f92f2b0 /documentation/poky-ref-manual | |
parent | 894324908ac308147a0e1379bbf711068c52225c (diff) | |
download | poky-ed52eec109ef54150b13c96553cd453ba2aa8e6d.tar.gz |
documentation: poky-ref-manual - Edits to PRINC glossary entry
Fixes [YOCTO_#3095]
A minor edit to the glossary entry. The fix for this bug spanned
two other commits:
418862011e79940ee378f64c6171618d29568014
7647cef96643b3723f80013c2c51ba6d7480122a
(From yocto-docs rev: 053e4558cc90eb1618e697394aff6d40edbeb3b1)
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')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 2 |
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 3447ab91f8..2ea1122e92 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -1647,7 +1647,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1647 | This increment minimizes the impact of layer ordering.</para> | 1647 | This increment minimizes the impact of layer ordering.</para> |
1648 | <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, | 1648 | <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, |
1649 | <filename>PRINC</filename> should be self referencing. | 1649 | <filename>PRINC</filename> should be self referencing. |
1650 | The variable defaults to 0.</para> | 1650 | This variable defaults to 0.</para> |
1651 | <para>Following is an example that increments <filename>PR</filename> by two: | 1651 | <para>Following is an example that increments <filename>PR</filename> by two: |
1652 | <literallayout class='monospaced'> | 1652 | <literallayout class='monospaced'> |
1653 | PRINC := "${@int(PRINC) + 2}" | 1653 | PRINC := "${@int(PRINC) + 2}" |