]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: allow fakeroot functionality to be provided by an alternative program
authorJoshua Lock <josh@linux.intel.com>
Fri, 25 Jun 2010 12:52:51 +0000 (13:52 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 25 Jun 2010 13:54:51 +0000 (14:54 +0100)
commit43f0d63237604e85e1af9d289a9aaeac96b86362
tree3f280dd046b25e52133052af77a9128b77ce3b63
parent4f14e0a240f5d6e4eeecdb4bbbae7205e2070cab
bitbake: allow fakeroot functionality to be provided by an alternative program

If the variable FAKEROOT is set its value will be used, otherwise we default
to fakeroot.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/build.py