]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
data_smart: Restrict expansion regexp to not include : characters
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Apr 2016 22:47:58 +0000 (23:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Apr 2016 06:59:43 +0000 (07:59 +0100)
commit14ed41a292123374d94f5c786a619881f2ddea42
tree92dd0283c24f1fc2376cd0cfaaeaa67127f7a5e1
parentece3a4d02d8162dee78c2062c10291b5fd625c36
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".

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/data_smart.py