From a7cf3cd9c2c9b8702aee17781faf652905b6e9b9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Jul 2012 07:23:04 -0700 Subject: documentation/poky-ref-manual/ref-variables.xml: Added link to PR (From yocto-docs rev: d64bf592f16f2462727aedf6b9c552ec9c73d72c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 9e9d6c5bfb..db9d7370f4 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -949,13 +949,14 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ Defines the Package revision. You manually combine values for INC_PR into the - PR field of the parent recipe. + PR field of the parent recipe. When you change this variable, you change the PR value for every person that includes the file. The following example shows how to use the INC_PR variable given a common .inc file that defines the variable. - Once defined, you can use the variable to set the PR value: + Once defined, you can use the variable to set the + PR value: recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" -- cgit v1.2.3-54-g00ecf