diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ed65727fc7..4b243a12dd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -13045,7 +13045,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13045 | <filename>/meta-poky/conf/distro/poky.conf</filename>) | 13045 | <filename>/meta-poky/conf/distro/poky.conf</filename>) |
13046 | defines the <filename>SDK_VERSION</filename> as follows: | 13046 | defines the <filename>SDK_VERSION</filename> as follows: |
13047 | <literallayout class='monospaced'> | 13047 | <literallayout class='monospaced'> |
13048 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | 13048 | SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}','snapshot')}" |
13049 | </literallayout> | 13049 | </literallayout> |
13050 | </para> | 13050 | </para> |
13051 | 13051 | ||