mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
documentation/poky-ref-manual/ref-variables.xml: Added link to PR
(From yocto-docs rev: d64bf592f16f2462727aedf6b9c552ec9c73d72c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b64ad8ba85
commit
a7cf3cd9c2
@@ -949,13 +949,14 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
|
||||
<glossdef>
|
||||
<para>Defines the Package revision.
|
||||
You manually combine values for <filename>INC_PR</filename> into the
|
||||
<filename>PR</filename> field of the parent recipe.
|
||||
<link linkend='var-PR'><filename>PR</filename></link> field of the parent recipe.
|
||||
When you change this variable, you change the <filename>PR</filename>
|
||||
value for every person that includes the file.</para>
|
||||
<para>
|
||||
The following example shows how to use the <filename>INC_PR</filename> variable
|
||||
given a common <filename>.inc</filename> file that defines the variable.
|
||||
Once defined, you can use the variable to set the <filename>PR</filename> value:
|
||||
Once defined, you can use the variable to set the
|
||||
<filename>PR</filename> value:
|
||||
</para>
|
||||
<literallayout class='monospaced'>
|
||||
recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1"
|
||||
|
||||
Reference in New Issue
Block a user