diff options
| author | João Marcos Costa <joaomarcos.costa@bootlin.com> | 2025-10-21 17:19:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:33 +0000 |
| commit | ecea1027d345fef9574025a301babb36259fe624 (patch) | |
| tree | a7e27a4afaf7af53902962a19d3054d726b00b2b | |
| parent | 56d47e9672299b3831c7be2a2e5276d3c5d58197 (diff) | |
| download | poky-ecea1027d345fef9574025a301babb36259fe624.tar.gz | |
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: eec26e11adb6e3a9c4f53f825b9a1730c9ddee12)
Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3bc666674f..b6d4fc523f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -5454,7 +5454,7 @@ system and gives an overview of their function and contents. | |||
| 5454 | information on how this variable is used. | 5454 | information on how this variable is used. |
| 5455 | 5455 | ||
| 5456 | :term:`LAYERDEPENDS` | 5456 | :term:`LAYERDEPENDS` |
| 5457 | Lists the layers, separated by spaces, on which this recipe depends. | 5457 | Lists the layers, separated by spaces, on which this layer depends. |
| 5458 | Optionally, you can specify a specific layer version for a dependency | 5458 | Optionally, you can specify a specific layer version for a dependency |
| 5459 | by adding it to the end of the layer name. Here is an example:: | 5459 | by adding it to the end of the layer name. Here is an example:: |
| 5460 | 5460 | ||
