diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-13 15:39:07 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-13 15:39:07 +0100 |
| commit | 89c72609311c18045e47822649fbcc25099e4860 (patch) | |
| tree | f958c7b2220a61b000780d6f3a4221f5fc544135 /bitbake/bin/bitbake-runtask | |
| parent | d94f0f74c1137d90f88be57c32beb1bc02843f38 (diff) | |
| download | poky-89c72609311c18045e47822649fbcc25099e4860.tar.gz | |
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>
Diffstat (limited to 'bitbake/bin/bitbake-runtask')
| -rwxr-xr-x | bitbake/bin/bitbake-runtask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-runtask b/bitbake/bin/bitbake-runtask index cd033d1590..2f5ebea792 100755 --- a/bitbake/bin/bitbake-runtask +++ b/bitbake/bin/bitbake-runtask | |||
| @@ -86,6 +86,6 @@ if taskname.endswith("_setscene"): | |||
| 86 | 86 | ||
| 87 | ret = 0 | 87 | ret = 0 |
| 88 | if sys.argv[3] != "True": | 88 | if sys.argv[3] != "True": |
| 89 | ret = bb.build.exec_task(taskname, the_data) | 89 | ret = bb.build.exec_task(fn, taskname, the_data) |
| 90 | sys.exit(ret) | 90 | sys.exit(ret) |
| 91 | 91 | ||
