]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: fixed file-conflict check
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Fri, 16 Nov 2012 17:14:20 +0000 (18:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Dec 2012 15:33:35 +0000 (15:33 +0000)
commitacdd76482efc3caf80e9e0b7359be7ca724ae09a
treed9803e48e47500735ecee765f621648d3906bf86
parentfa5be9499f047f492cc6b07abf16908e321b259e
sstate.bbclass: fixed file-conflict check

The value of subprocess.Popen().communicate()[0] is a string.
Checking for '!= None' will always match causing bogus warnings
regarding already staged files.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass