mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
variables.rst: fix LAYERDEPENDS description
This variable does not apply to the scope of a single recipe, but rather to the scope of the entire layer. (From yocto-docs rev: 7ff462805eb45bd29e361017dfb5041cce448e4d) Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit eec26e11adb6e3a9c4f53f825b9a1730c9ddee12) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
3fe029171f
commit
9626809dce
@@ -4687,7 +4687,7 @@ system and gives an overview of their function and contents.
|
|||||||
information on how this variable is used.
|
information on how this variable is used.
|
||||||
|
|
||||||
:term:`LAYERDEPENDS`
|
:term:`LAYERDEPENDS`
|
||||||
Lists the layers, separated by spaces, on which this recipe depends.
|
Lists the layers, separated by spaces, on which this layer depends.
|
||||||
Optionally, you can specify a specific layer version for a dependency
|
Optionally, you can specify a specific layer version for a dependency
|
||||||
by adding it to the end of the layer name. Here is an example::
|
by adding it to the end of the layer name. Here is an example::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user