summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e6e8613973..ce17033c87 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2676,9 +2676,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2676 <para> 2676 <para>
2677 If there are multiple versions of recipes available, this 2677 If there are multiple versions of recipes available, this
2678 variable determines which recipe should be given preference. 2678 variable determines which recipe should be given preference.
2679 The variable must always be suffixed with the <filename>PN</filename> 2679 You must always suffix the variable with the
2680 for which to select, and should be set to the 2680 <link linkend='var-PN'><filename>PN</filename></link>
2681 <filename>PV</filename> to which you want to give precedence. 2681 you want to select, and you should set to the
2682 <link linkend='var-PV'><filename>PV</filename></link>
2683 accordingly for precedence.
2682 You can use the "<filename>%</filename>" character as a wildcard 2684 You can use the "<filename>%</filename>" character as a wildcard
2683 to match any number of characters, which can be useful when 2685 to match any number of characters, which can be useful when
2684 specifying versions that contain long revision number that could 2686 specifying versions that contain long revision number that could