]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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)
commit87f413f61715f9a4e11614655b0a42f7725a3e5e
tree77bd7f8218ad135c429f3b4308a7b4e1d9d044e9
parent092190e20b42cb38dd3f497dd6375f01fd973d66
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