From: Scott Rifenbark Date: Wed, 19 Oct 2016 15:43:03 +0000 (-0700) Subject: ref-manual: Updated the RDEPENDS variable description. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047790941efeac01bf8c5ecec6625a48c4cbbfb3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the RDEPENDS variable description. Fixes [YOCTO #10445] Pointed out that the EXTENDPKGV variable is hard to locate in the BB manual. Firstly, we don't document that variable in the BB manual.... maybe we should. For the ref-manual, however, it is barely referenced in a side example from the dev-manual. So, I updated the RDEPENDS variable to have a "Tip" box in the area where it is shown how to use the package version as part of the RDEPENDs variable. (From yocto-docs rev: f42525ba8a4d20722d15c9fa250c494a90ff478b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ce331d85b92..f0384a8443d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10657,7 +10657,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RDEPENDS_${PN} = "package (operator version)" - For operator, you can specify the + For operator, you can specify the following: = @@ -10666,6 +10666,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <= >= + For version, provide the version + number. + Tip + You can use + EXTENDPKGV + to provide a full package version specification. + For example, the following sets up a dependency on version 1.2 or greater of the package foo: