From ed52eec109ef54150b13c96553cd453ba2aa8e6d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 26 Sep 2012 06:43:15 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') 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" This increment minimizes the impact of layer ordering. In order to ensure multiple .bbappend files can co-exist, PRINC should be self referencing. - The variable defaults to 0. + This variable defaults to 0. Following is an example that increments PR by two: PRINC := "${@int(PRINC) + 2}" -- cgit v1.2.3-54-g00ecf