]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: Fix rootfs generation
authorMark Hatle <mark.hatle@windriver.com>
Thu, 10 Mar 2011 17:58:15 +0000 (11:58 -0600)
committerSaul Wold <sgw@linux.intel.com>
Fri, 11 Mar 2011 02:11:53 +0000 (18:11 -0800)
commit1d5ca654a482f582c75faf546140dfd6064da73b
tree5d4d507cc384ac202def017a4ad4c4f321cf02cd
parentdbc752c75786b0985fbeb4986467ae01290f424a
package_rpm: Fix rootfs generation

[YOCTO #797]

During rootfs generation, if other RPM packages are being wrtten
this could cause a failure during the solvedb generation.  We
add a shared lock around the RPM package building.  This will allow
multiple RPM packages to continue to be written at the same time, but
prevent rootfs generation and RPM package generation at the same time.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package_rpm.bbclass