From f13352f90cadc86f48fbc696b19611e3acde7121 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 11:41:46 -0700 Subject: ref-manual: Edits to PREFERRED_PROVIDER variable. (From yocto-docs rev: 1875121738e199ce99739daadf9a95f61da36a42) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c82fe31890..e6e8613973 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2659,10 +2659,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" If multiple recipes provide an item, this variable determines which recipe should be given preference. - The variable must always be suffixed with the name of the - provided item, and should be set to the - PN of the recipe - to which you want to give precedence. + You should always suffix the variable with the name of the + provided item, and you should set it to the + PN + of the recipe to which you want to give precedence. Here is an example: PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" -- cgit v1.2.3-54-g00ecf