summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 17fd63c5c5..9b4b5cd35b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2805,6 +2805,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2805 </glossdef> 2805 </glossdef>
2806 </glossentry> 2806 </glossentry>
2807 2807
2808 <glossentry id='var-PROVIDES'><glossterm>PROVIDES</glossterm>
2809 <glossdef>
2810 <para>
2811 A list of aliases that a recipe also provides.
2812 These aliases are useful for satisfying dependencies of
2813 other recipes during the build (as specified by
2814 <filename><link linkend='var-DEPENDS'>DEPENDS</link></filename>).
2815 <note>
2816 A recipe's own
2817 <filename><link linkend='var-PN'>PN</link></filename>
2818 is implicitly already in its
2819 <filename>PROVIDES</filename> list.
2820 </note>
2821 </para>
2822 </glossdef>
2823 </glossentry>
2824
2808 <glossentry id='var-PV'><glossterm>PV</glossterm> 2825 <glossentry id='var-PV'><glossterm>PV</glossterm>
2809 <glossdef> 2826 <glossdef>
2810 <para>The version of the recipe. 2827 <para>The version of the recipe.