bitbake: build: fix handling of task override for tasks with underscores in their...
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 17 Feb 2014 14:07:41 +0000 (14:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Feb 2014 15:34:45 +0000 (15:34 +0000)
commitd9c62a937ad8283cb7c2c856311a5ff3c30f1b43
tree62380e5442c6442fda6f73b9f43915876ec51be5
parent14c05f0928b877e9cbf35b4afbe12387f8c21c01
bitbake: build: fix handling of task override for tasks with underscores in their names

Tasks whose names contain underscores (such as do_populate_sdk in OE)
when converted to a task override do not function properly. If we
replace underscores with hyphens we can still have a working override
for these tasks.

(Bitbake rev: cf90bd6b2a0ab7dce922bffb500d6a2ff2ff10e2)

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