]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Update to SDK_VERSION variable.
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 18 Jan 2019 17:50:11 +0000 (09:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2019 16:11:43 +0000 (16:11 +0000)
Updated the definition to match that of poky.conf.

(From yocto-docs rev: 09c73c227c6949ed3f1287ce063aa96967ed2fda)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index ed65727fc7f6e1e930ea13770e2ae3b2729e3171..4b243a12dd6fc95620a0facd78558a9739aa8b01 100644 (file)
@@ -13045,7 +13045,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                     <filename>/meta-poky/conf/distro/poky.conf</filename>)
                     defines the <filename>SDK_VERSION</filename> as follows:
                     <literallayout class='monospaced'>
-     SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
+     SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}','snapshot')}"
                     </literallayout>
                 </para>