diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-11 23:06:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-16 14:20:17 +0100 |
commit | 45b368427accf6d519078812d5335ec250bacef8 (patch) | |
tree | acfa3cdadc8c4fa694bbfdfa245d7a8ec0c56ecc /scripts/lib/wic/utils/misc.py | |
parent | 8f3be1925b9da20526a722149b03f697247ea1bf (diff) | |
download | openembedded-core-45b368427accf6d519078812d5335ec250bacef8.tar.gz openembedded-core-45b368427accf6d519078812d5335ec250bacef8.tar.bz2 openembedded-core-45b368427accf6d519078812d5335ec250bacef8.zip |
packagedata: Fix to ensure variables expand correctly
If we set unsuffixed variables here there is a chance they could clobber
override versions of that variable, e.g. DESCRIPTION could clobber
DESCRIPTION_<pkgname>. We therefore don't clobber for the unsuffixed
variable versions by using the parsing flag to setVar.
This becomes a problem with the modifications to bitbake to
have continual expansion of the datastore, its about the one place this
turns out to be problematic.
The parameter to setVar works with current bitbake even though
we don't have the new API since it gets swallowed by the logging code.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/utils/misc.py')
0 files changed, 0 insertions, 0 deletions