diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-06 14:33:05 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-06 14:33:05 +0000 |
commit | b80a8d28f85f1b3c5b2ee8e417d230cc583a5bf0 (patch) | |
tree | 584240bc84de2eedeb82676d3034f34f8d54a9da /bitbake/lib/bb/build.py | |
parent | a59935fb3a7260e2be7769a783ac907a1d73e699 (diff) | |
download | poky-b80a8d28f85f1b3c5b2ee8e417d230cc583a5bf0.tar.gz |
bitbake: Add support for 'noexec' tasks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r-- | bitbake/lib/bb/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index 5fa18aa6af..18a75edca3 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -429,6 +429,7 @@ def add_tasks(tasklist, d): | |||
429 | getTask('recrdeptask') | 429 | getTask('recrdeptask') |
430 | getTask('nostamp') | 430 | getTask('nostamp') |
431 | getTask('fakeroot') | 431 | getTask('fakeroot') |
432 | getTask('noexec') | ||
432 | task_deps['parents'][task] = [] | 433 | task_deps['parents'][task] = [] |
433 | for dep in flags['deps']: | 434 | for dep in flags['deps']: |
434 | dep = data.expand(dep, d) | 435 | dep = data.expand(dep, d) |