diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-05-23 13:35:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:30 +0100 |
commit | 08c6808d01a3d5cde26cb7efcaf19603e6f806a6 (patch) | |
tree | 47ad846b5df6dc2772d51a2ca7b788a26dbac662 /scripts/lib/bsp/engine.py | |
parent | 2660ddeb2d47bede562136cbb62b0495b4e1e1c5 (diff) | |
download | poky-08c6808d01a3d5cde26cb7efcaf19603e6f806a6.tar.gz |
bitbake: fetch2/git.py: References must match exactly
Previously the code used to match a reference to its SHA-1 in
_latest_revision() used the Python "in" operator, which made it match
if the reference matched the beginning of an existing tag or
branch. This test, however, must be exact. I.e., either the reference
matches a tag or branch exactly, or it does not match at all.
(Bitbake rev: e5986c78a6108fd7578989c20efcbf0b81c97e03)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/engine.py')
0 files changed, 0 insertions, 0 deletions