bitbake: data_smart: use a split/filter/rejoin for _remove
authorChristopher Larson <chris_larson@mentor.com>
Tue, 27 Aug 2013 23:27:40 +0000 (16:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2013 23:34:13 +0000 (00:34 +0100)
commit03e6584daf1fc2e1958e7e11251a0ca676c93f38
tree0faf5a1e02065ab3402696ba2a05689f9926fe2d
parentfe8946e885d90cfa674a0c67ed282783b29aa178
bitbake: data_smart: use a split/filter/rejoin for _remove

This is more idiomatic, and from the limited performance testing I did, is
faster as well. See https://gist.github.com/kergoth/6360248 for the naive
benchmark.

(Bitbake rev: 1aa49226d5a2bac911feeb90e3d9f19529bc1a3e)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data_smart.py