diff mbox series

[1/1] variables.rst: fix LAYERDEPENDS description

Message ID 20251021151918.2922354-2-joaomarcos.costa@bootlin.com
State Under Review
Headers show
Series variables.rst: fix LAYERDEPENDS description | expand

Commit Message

João Marcos Costa Oct. 21, 2025, 3:19 p.m. UTC
This variable does not apply to the scope of a single recipe, but rather
to the scope of the entire layer.

Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 591c03028..3d774cf07 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.
       information on how this variable is used.
 
    :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
       by adding it to the end of the layer name. Here is an example::