summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 14:13:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:22 +0100
commit69cf5e450194f89ac1ca39f74d5942198548dc49 (patch)
treec3d02558d6ff0d9bba71557f2ac18f9a56b91833 /documentation/ref-manual
parent49e15824eff5f2d03a66f05f3b562b570f51e94b (diff)
downloadpoky-69cf5e450194f89ac1ca39f74d5942198548dc49.tar.gz
ref-manual/ref-variables: add PROVIDES
Tightened up the text. (From yocto-docs rev: 9b697681e0c2c3658c6552ec0c9951fc987c9b10) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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.