diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-18 10:05:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:53 +0100 |
commit | 957400a8e9eb20ef695c9131b8f7149d71594417 (patch) | |
tree | 35c12754ce2a2a6b933387f13c6a9e36679fab46 /documentation | |
parent | 4b854d9da56d0e43d429fcc7bd432e9f06d8bf9a (diff) | |
download | poky-957400a8e9eb20ef695c9131b8f7149d71594417.tar.gz |
ref-manual: Removed redundant link to DEPENDS
(From yocto-docs rev: ddd59a0ae4eda76c9e9c284ce9db4428a925e610)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b1d54ddbd7..52d977236f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -11043,8 +11043,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11043 | Recipes that provide the functionality in question list the | 11043 | Recipes that provide the functionality in question list the |
11044 | virtual target in <filename>PROVIDES</filename>. | 11044 | virtual target in <filename>PROVIDES</filename>. |
11045 | Recipes that depend on the functionality in question can | 11045 | Recipes that depend on the functionality in question can |
11046 | include the virtual target in | 11046 | include the virtual target in <filename>DEPENDS</filename> |
11047 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link> | ||
11048 | to leave the choice of provider open. | 11047 | to leave the choice of provider open. |
11049 | </para> | 11048 | </para> |
11050 | 11049 | ||