From: Peter Kjellerstedt Date: Fri, 18 Jan 2019 17:50:11 +0000 (-0800) Subject: ref-manual: Update to SDK_VERSION variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=676705765ad58db79c23fddd6a53f5907a5812bd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Update to SDK_VERSION variable. Updated the definition to match that of poky.conf. (From yocto-docs rev: 09c73c227c6949ed3f1287ce063aa96967ed2fda) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ed65727fc7f..4b243a12dd6 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" /meta-poky/conf/distro/poky.conf) defines the SDK_VERSION as follows: - SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" + SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}','snapshot')}"