From: Scott Rifenbark Date: Fri, 24 Jan 2014 14:59:25 +0000 (-0600) Subject: user-manual-ref-variables.xml: Added PREFERRED_PROVIDERS to glossary. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86cacad8129502088011ebb622dd4d3d3663d39e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git user-manual-ref-variables.xml: Added PREFERRED_PROVIDERS to glossary. Signed-off-by: Scott Rifenbark --- diff --git a/doc/user-manual/user-manual-ref-variables.xml b/doc/user-manual/user-manual-ref-variables.xml index b87614ae8e8..1ee0eebd1ba 100644 --- a/doc/user-manual/user-manual-ref-variables.xml +++ b/doc/user-manual/user-manual-ref-variables.xml @@ -1356,6 +1356,29 @@ + PREFERRED_PROVIDERS + + + Determines which recipe should be given preference for + cases where multiple recipes provide the same item. + Functionally, + PREFERRED_PROVIDERS is identical to + PREFERRED_PROVIDER. + However, the PREFERRED_PROVIDERS + variable lets you define preferences for multiple + situations using the following form: + + PREFERRED_PROVIDERS = "xxx:yyy aaa:bbb ..." + + This form is a convenient replacement for the following: + + PREFERRED_PROVIDER_xxx = "yyy" + PREFERRED_PROVIDER_aaa = "bbb" + + + + + PREFERRED_VERSION