diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-08 23:47:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-09 23:00:46 +0100 |
commit | dae4ffb55387edc55fd102c5b6013ab1ebb44a8d (patch) | |
tree | ec449dca420351119cfe7761cdee3b350293ea98 /meta-poky/recipes-core | |
parent | 7e739acfa781fd29fe030e425ecc32dc8402b896 (diff) | |
download | poky-dae4ffb55387edc55fd102c5b6013ab1ebb44a8d.tar.gz |
bitbake: data_smart: Restrict expansion regexp to not include : characters
Bitbake variables don't include ":" characters so exclude these from the variable
expansion regexp.
This assists when parsing shell code which does A=${B:-C} as we don't want a
dependency on a variable called "B:-C".
(Bitbake rev: 14ed41a292123374d94f5c786a619881f2ddea42)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/recipes-core')
0 files changed, 0 insertions, 0 deletions