[oe-commits] Chris Larson : bitbake.conf: set FAKEROOT=fakeroot

git version control git at git.openembedded.org
Fri Apr 8 14:43:54 UTC 2011


Module: openembedded.git
Branch: master
Commit: 262e3bc9fa43221841509f160386f1e0538ba416
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=262e3bc9fa43221841509f160386f1e0538ba416

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Apr  8 07:41:21 2011 -0700

bitbake.conf: set FAKEROOT=fakeroot

This is needed for current bitbake to spawn 'fakeroot' flagged tasks.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 conf/bitbake.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 6946be5..17a494d 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -639,6 +639,8 @@ LOCALCOUNT[type] = "integer"
 SRC_URI = "file://${FILE}"
 SRC_URI[type] = "list"
 
+FAKEROOT = "fakeroot"
+
 ##################################################################
 # UI/Interaction Configuration
 ##################################################################





More information about the Openembedded-commits mailing list