diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-05 16:17:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:04:49 +0100 |
commit | 5963d24ec5be437717c5ce6ecac291d2e3263a35 (patch) | |
tree | acb30ec5055300017f78fd3525b9322c223701be /bitbake/bin/bitbake-dumpsig | |
parent | 75a14923da1ba91eddde47f0907345c19c82d6f0 (diff) | |
download | poky-5963d24ec5be437717c5ce6ecac291d2e3263a35.tar.gz |
devshell: Don't corrupt the fakeroot variables
The devshell anonymous python fragment overwrites variables in the
datastore with their expanded versions. If this runs before the code
in allarch.bbclass which changes TARGET_OS, we can end up with different
directories in the fakeroot environment variables, some expanded with
the original TARGET_OS value.
The devshell code only needs to run before the task itself so we change
to trigger it to run at task execution time only using a flag.
[YOCTO #4795]
(From OE-Core rev: 56baf177cdf074929a090cc66a8b89d346a5d79c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitbake-dumpsig')
0 files changed, 0 insertions, 0 deletions