]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: make sure 'sysroots' created before lockfile
authorKevin Tian <kevin.tian@intel.com>
Tue, 26 Oct 2010 07:54:43 +0000 (15:54 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 7 Nov 2010 20:40:06 +0000 (20:40 +0000)
commitd9ff2f897aa271e6b2d7e4dcaf8b8d19de513b50
tree28941d7544d9d5f4473ea92ad2d943c6809b9c15
parent26ade54fa479f8cac723197b5dcf53f0e749174e
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@intel.com>
meta/classes/package.bbclass