diff options
author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2024-03-12 09:33:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-18 12:21:45 +0000 |
commit | 20035573145bcac57736ad8806fa88054993469e (patch) | |
tree | 44b2a77435df1f74d93951c84b9ba7d98fe4d94e /meta/recipes-sato/packagegroups | |
parent | 893a8bacc5bfc7415812eaa4acb55cf0a3c8e9dc (diff) | |
download | poky-20035573145bcac57736ad8806fa88054993469e.tar.gz |
gcc: Oe-selftest failure analysis - fix for tcl errors
gcc testsuite unable to read the value of variable $do-what-limit and causing below tcl errors.
ERROR: can't read "do": no such variable
while executing
"set do_what $do-what-limit"
To fix this, quote the variable using braces, as in ${do-what-limit}.
(From OE-Core rev: e59421468d96282057f5176438a76a325b987e47)
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
0 files changed, 0 insertions, 0 deletions