mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-06-21 17:02:24 +02:00
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>