bitbake: data_smart: allow removal of multiple words at once with _remove
authorChristopher Larson <chris_larson@mentor.com>
Tue, 27 Aug 2013 23:27:41 +0000 (16:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2013 23:34:13 +0000 (00:34 +0100)
commitd6abc102a6d092a0c374372ed3a0c73e46d1abe3
tree87ce7f56f8d48c52c6c6664141b17c64a77b99af
parent03e6584daf1fc2e1958e7e11251a0ca676c93f38
bitbake: data_smart: allow removal of multiple words at once with _remove

    FOO = "foo bar baz"
    FOO_remove = "foo baz"

(Bitbake rev: 04127dec207d6dfc0ada56c5cc67ec9ad30517a8)

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