]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqueue: Ensure pseudo executes from the correct place (use the right datastore...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Dec 2016 20:51:02 +0000 (20:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2016 16:47:28 +0000 (16:47 +0000)
commit813a7600bc26b7132ac36d1515571d321f566afb
tree3d400aa5f22cecb94bccbc1d9b5575acf0bda6d2
parentc0c0af40ebddaf9dc99353c580a65d4c04295613
runqueue: Ensure pseudo executes from the correct place (use the right datastore with multiconfig)

The location of the fakeroot command and the various environmental values need
to be taken from the right multiconfig datastore, not the shared one. This
patch ensures the right one is used for cases like a split TMPDIR.

[YOCTO #10344]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/runqueue.py