summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-03-18 09:56:50 -0700
committerChris Larson <chris_larson@mentor.com>2011-03-18 10:00:02 -0700
commit9e9c75761e51c852e029ccd638d9df35d04129da (patch)
tree17b2d04c96e6845d7c269b75febe01149957ad9a
parente736fa456dee04cb0d177272c1e1c611b1e119d7 (diff)
downloadbitbake-9e9c75761e51c852e029ccd638d9df35d04129da.tar.gz
build: add missing bit necessary for mhatle's fakeroot fix
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rw-r--r--lib/bb/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/build.py b/lib/bb/build.py
index 042edb8f8..e9767935b 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -442,6 +442,7 @@ def add_tasks(tasklist, d):
getTask('rdeptask')
getTask('recrdeptask')
getTask('nostamp')
+ getTask('fakeroot')
getTask('noexec')
task_deps['parents'][task] = []
for dep in flags['deps']: