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"