]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch2/local: Fix bug introduced by expression ambiguity
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Nov 2012 20:54:30 +0000 (20:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Nov 2012 20:54:33 +0000 (20:54 +0000)
commit87aea65bd5d553bd0495b0f1efe6d41d0bb2810f
tree877cb58df906bf5722d3d13ac53c7b80158cc19d
parent05da1621eed4c6201cd65372d229f63ea8a44b6e
fetch2/local: Fix bug introduced by expression ambiguity

The last changes introduced an error in some of the logic. Add brackets
to clarify the meaning of the expression and fix certain build failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/local.py