mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
This patch removes a workaround (needed for bitbake python parser) where closing curly brackets were replaced by ascii code '\x7d'. This commit requires a bitbake version with the "data_smart: simple bracket matching inside python expressions" patch applied. (From OE-Core rev: c92ed91e40a05d56ab73097844788b185fa6e19c) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>