Date
1 - 1 of 1
[PATCH] package.bbclass: make sure 'sysroots' created before lockfile
Tian, Kevin <kevin.tian@...>
meta/classes/package.bbclass | 1 +
1 file changed, 1 insertion(+) commit 2cd6d6d7957cf46114c8b25ed13e6f8030cd9c06 Author: Kevin Tian <kevin.tian@...> Date: Tue Oct 26 15:54:43 2010 +0800 package.bbclass: make sure 'sysroots' created before lockfile package sstate requires a lock under sysroots/, which however may not be created when sstate_setscene functions are executed and then causes failures. here we make sure 'sysroots' created before do_package_setscene is executed. Signed-off-by: Kevin Tian <kevin.tian@...> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/master Thanks Kevin |
|