diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-25 12:58:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:56 +0100 |
commit | 24a4fa5bad7f9b59347035a99087e5503a9388b4 (patch) | |
tree | 0d75324b7c623b0016e5fadff19ba471c157340b /bitbake/lib/bb/exceptions.py | |
parent | 48abe482dd1a743a87e69769da3f102caa115d5b (diff) | |
download | poky-24a4fa5bad7f9b59347035a99087e5503a9388b4.tar.gz |
bitbake: taskdata: Improve handling of regex in ASSUME_PROVIDED
ASSUME_PROVIDED can take regexs however the current way of handling
this in code is suboptimal. It means that you can add something like:
DEPENDS += "texinfo-nativejunk-that-does-not-exist"
and if texinfo-native is in ASSUME_PROVIDED, no error will occur.
Update the code to only treat something as a regex if a start or end
anchor character is present (which wouldn't be valid in a recipe name).
[YOCTO #13893]
(Bitbake rev: 3d72e23109990970fbb1086923277af752168b4a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/exceptions.py')
0 files changed, 0 insertions, 0 deletions