bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (including any virtual prefix)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-09-13 15:39:07 +01:00
parent d94f0f74c1
commit 89c7260931
2 changed files with 3 additions and 2 deletions

View File

@@ -86,6 +86,6 @@ if taskname.endswith("_setscene"):
ret = 0
if sys.argv[3] != "True":
ret = bb.build.exec_task(taskname, the_data)
ret = bb.build.exec_task(fn, taskname, the_data)
sys.exit(ret)