scipts/combo-layer: Fix check_rev_branch() for cases where the revision is on more...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Oct 2012 11:05:35 +0000 (12:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:13:42 +0000 (12:13 +0100)
commit1a1a6cf30b4b1289feec27c1bcb56413f42f1169
tree11f706951f32172b79e8dca8f186ee6b684e6e6d
parent2dc982a761df02ba45f308da86913072be0c4e49
scipts/combo-layer: Fix check_rev_branch() for cases where the revision is on more than one branch

If a revision is in more than one branch, the check_rev_branch() function can't
cope with it and the tool returns incorrect errror messages. This patch
ensures it copes with this situation.

(From OE-Core rev: 14bd101c6a86dd048da98817f47694fb21504209)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer