summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9704541036..6b59b4183f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1810,7 +1810,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1810 <para>Lists the layers that this recipe depends upon, separated by spaces. 1810 <para>Lists the layers that this recipe depends upon, separated by spaces.
1811 Optionally, you can specify a specific layer version for a dependency 1811 Optionally, you can specify a specific layer version for a dependency
1812 by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3" 1812 by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3"
1813 to be compared against <filename>LAYERVERSION_anotherlayer</filename> in this case). 1813 to be compared against
1814 <link linkend='var-LAYERVERSION'><filename>LAYERVERSION</filename></link><filename>_anotherlayer</filename>
1815 in this case).
1814 An error will be produced if any dependency is missing or 1816 An error will be produced if any dependency is missing or
1815 the version numbers do not match exactly (if specified). 1817 the version numbers do not match exactly (if specified).
1816 This variable is used in the <filename>conf/layer.conf</filename> file 1818 This variable is used in the <filename>conf/layer.conf</filename> file