]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory_analysis: correctly handle whitespace when splitting lists
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Jan 2012 10:32:10 +0000 (10:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2012 14:31:15 +0000 (14:31 +0000)
commit15ad5d2c0e92fefdbb7c0cf064134b1cabfd84ac
treeba148a62c2f5199fb762865e4521280ea6987217
parent459ed6759a307b389f6ec1874136ec9aa0749120
buildhistory_analysis: correctly handle whitespace when splitting lists

Don't specify any argument to the split() function when handling changes
to list type variables (e.g. PACKAGES) so that the values are split by
any whitespace and only split once for a block of multiple whitespace
characters.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/buildhistory_analysis.py