diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-03 10:24:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-03 10:25:10 +0100 |
commit | 9df0a20d9562322162676ed2606bf4b0a1bd6726 (patch) | |
tree | 824cdfd18ba4bf1e84ea942422a08f474879107c /meta/files/common-licenses/NTP | |
parent | 71cc9de357484c469cc3a46f013b11c84c924aa0 (diff) | |
download | poky-9df0a20d9562322162676ed2606bf4b0a1bd6726.tar.gz |
bitbake: data_smart: Fix unanchored regexp causing strange parsing issue
If this regular expression is unanchored, it would accept strings like:
do_install_append1
do_install_appendsomelongstring
and treat them like they were do_install_append. Clearly this isn't desirable.
Only one instance of this type of issue was found in OE-Core and has been fixed
so correcting the regexp should be safe to do.
(Bitbake rev: 23bd5300b4a99218a15f4f6b0ab4091d63a602a5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/common-licenses/NTP')
0 files changed, 0 insertions, 0 deletions