]> code.ossystems Code Review - openembedded-core.git/commit
busybox/gtk/perl/base-passwd: Ensure data is correctly expanded
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 13:50:47 +0000 (13:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:33:12 +0000 (23:33 +0000)
commit6d1142b56948c048111c4f78d9909c1846ab225b
tree25e87cf7378964d07c9b3d36ddf7c04e110bc882
parentd4f49273f21072f910e1960592a900d066d91b1c
busybox/gtk/perl/base-passwd: Ensure data is correctly expanded

Where variables are used in python, we need to ensure they are expanded.
This happens to work at the moment but likely will not happen in future
and isn't good code practise.

Its mostly an issue around key values, since bitbake has already
performed key expansion when these functions are executed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
meta/recipes-core/busybox/busybox.inc
meta/recipes-devtools/perl/perl_5.22.1.bb
meta/recipes-gnome/gtk+/gtk+3.inc
meta/recipes-gnome/gtk+/gtk+_2.24.29.bb