[OE-core] [PATCH] ncurses: use closing curly brackets

2016-02-04 Thread Markus Lehtonen
This patch fixes the usage of curly brackets inside python expression in ncurses recipe. This patch should be applied together with http://lists.openembedded.org/pipermail/bitbake-devel/2016-February/007007.html which changes python expression parsing in bitbake. No similar construct was found in

[OE-core] [PATCH] ncurses: use closing curly brackets in FILES_${PN}-tools variable

2016-02-04 Thread Markus Lehtonen
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. Signed-off-by: Markus Lehtonen