]> code.ossystems Code Review - openembedded-core.git/commit
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:03:26 +0000 (12:03 +0100)
commit14bd101c6a86dd048da98817f47694fb21504209
tree74679f566b182d8349beb9396e903de37837d987
parent01300254d710c91b3dbcded9c42f6dcf21b75462
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.

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