From 49e15824eff5f2d03a66f05f3b562b570f51e94b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 9 Apr 2013 14:07:23 +0100 Subject: ref-manual/ref-variables: add RPROVIDES Added some key words to tighten things up. (From yocto-docs rev: 8da0f8bd5c54c16e62c0f226d7473e32f3fb5928) Signed-off-by: Paul Eggleton Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 2 +- documentation/ref-manual/ref-variables.xml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 3bbb302640..26a261139d 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -259,7 +259,7 @@ RDEPENDS, RRECOMMENDS, RSUGGESTS, - RPROVIDES, + RPROVIDES, RCONFLICTS, RREPLACES, FILES, diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index eca8df64be..17fd63c5c5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2970,6 +2970,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + RPROVIDES + + + A list of package name aliases that a package also provides. + These aliases are useful for satisfying runtime dependencies + of other packages both during the build and on the target + (as specified by + RDEPENDS). + + A package's own name is implicitly already in its + RPROVIDES list. + + + + As with all package-controlling variables, you must always + use the variable in conjunction with a package name override. + Here is an example: + + RPROVIDES_${PN} = "widget-abi-2" + + + + + RRECOMMENDS -- cgit v1.2.3-54-g00ecf