diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-24 09:01:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 12:17:05 +0000 |
commit | 5f59a855110b0cfb67ec67d0d4e7800ebdb1db59 (patch) | |
tree | 563b14f07896eb9885972f759cd954ab55a6584d /bitbake/doc | |
parent | 658d885c0c0d82bd9fb236db5427451d6cd8f44a (diff) | |
download | poky-5f59a855110b0cfb67ec67d0d4e7800ebdb1db59.tar.gz |
bitbake: user-manual-ref-variables.xml: Edits to PREFERRED_PROVIDER.
(Bitbake rev: 9232cca08ec3f099475ad8dfc10e4fa3c2b39366)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/user-manual/user-manual-ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml index 1ee0eebd1b..9cf42fd0a4 100644 --- a/bitbake/doc/user-manual/user-manual-ref-variables.xml +++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml | |||
@@ -1340,8 +1340,8 @@ | |||
1340 | <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> | 1340 | <glossentry id='var-PREFERRED_PROVIDER'><glossterm>PREFERRED_PROVIDER</glossterm> |
1341 | <glossdef> | 1341 | <glossdef> |
1342 | <para> | 1342 | <para> |
1343 | If multiple recipes provide an item, this variable | 1343 | Determines which recipe should be given preference when |
1344 | determines which recipe should be given preference. | 1344 | multiple recipes provide the same item. |
1345 | You should always suffix the variable with the name of the | 1345 | You should always suffix the variable with the name of the |
1346 | provided item, and you should set it to the | 1346 | provided item, and you should set it to the |
1347 | <link linkend='var-PN'><filename>PN</filename></link> | 1347 | <link linkend='var-PN'><filename>PN</filename></link> |