diff options
| author | João Marcos Costa <joaomarcos.costa@bootlin.com> | 2025-10-21 17:19:18 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-03 07:17:02 -0800 |
| commit | ba0fd17fa635eb05a9a9f2808573c6458912ae8c (patch) | |
| tree | 73c600d4cb4afdc10b0703ea23681e98e582331d /documentation | |
| parent | 88bdd0ed929e967f37d1303ce731def3aa980fd6 (diff) | |
| download | poky-ba0fd17fa635eb05a9a9f2808573c6458912ae8c.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: a86f2e5d291b86dbf56aefab08f4d3b0e5529801)
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>
Diffstat (limited to 'documentation')
| -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 337f918874..4c67baaadd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -5224,7 +5224,7 @@ system and gives an overview of their function and contents. | |||
| 5224 | information on how this variable is used. | 5224 | information on how this variable is used. |
| 5225 | 5225 | ||
| 5226 | :term:`LAYERDEPENDS` | 5226 | :term:`LAYERDEPENDS` |
| 5227 | Lists the layers, separated by spaces, on which this recipe depends. | 5227 | Lists the layers, separated by spaces, on which this layer depends. |
| 5228 | Optionally, you can specify a specific layer version for a dependency | 5228 | Optionally, you can specify a specific layer version for a dependency |
| 5229 | by adding it to the end of the layer name. Here is an example:: | 5229 | by adding it to the end of the layer name. Here is an example:: |
| 5230 | 5230 | ||
