From 69cf5e450194f89ac1ca39f74d5942198548dc49 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 9 Apr 2013 14:13:57 +0100 Subject: ref-manual/ref-variables: add PROVIDES Tightened up the text. (From yocto-docs rev: 9b697681e0c2c3658c6552ec0c9951fc987c9b10) Signed-off-by: Paul Eggleton Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'documentation/ref-manual') 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" + PROVIDES + + + A list of aliases that a recipe also provides. + These aliases are useful for satisfying dependencies of + other recipes during the build (as specified by + DEPENDS). + + A recipe's own + PN + is implicitly already in its + PROVIDES list. + + + + + PV The version of the recipe. -- cgit v1.2.3-54-g00ecf