bitbake: data_smart.py: fix variable splitting at _remove mechanism
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>
Thu, 6 Nov 2014 12:03:38 +0000 (13:03 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:52:19 +0000 (08:52 -0800)
commita5794c8b97616ab2d637f5c0ac528d0a24fb6948
tree284b9980007523a826ea7393ed12cdf47a55a3c1
parent1a38de751203266ce413ed736a71999be66d0d54
bitbake: data_smart.py: fix variable splitting at _remove mechanism

If we split variables only at whitespaces, a slipped in tab will render
a value unremovable.

(Bitbake rev: 0da22ba3e930fbb060b31fc423fd3333ca8843a0)

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data_smart.py