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

git version control git at git.openembedded.org
Wed Apr 20 22:12:21 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 46ea5c7924e244734465d5211c5912cfc6b1d68b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=46ea5c7924e244734465d5211c5912cfc6b1d68b

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 8cf19f2..0477afb 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -598,6 +598,8 @@ LOCALCOUNT = "0"
 
 SRC_URI = "file://${FILE}"
 
+FAKEROOT = "fakeroot"
+
 ##################################################################
 # UI/Interaction Configuration
 ##################################################################





More information about the Openembedded-commits mailing list