]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: Remove need for locking
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Nov 2013 22:08:04 +0000 (22:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Nov 2013 11:01:44 +0000 (11:01 +0000)
commit4c3b3a57aa9ced231f5c0340920195c15a26f2b1
treee60768539e1d8a8e76001898e3dafedd18ff46eb
parentb9d51bfe0d4821f5de75085ba8af732c46de3328
package_rpm: Remove need for locking

Currently if multiple package tasks are running against a recipe, package_rpm
is restricted to the slowest speed of them due to the locking. This patch
explicitly ignores the opkg/debian artefacts and hence allows a speedup.

It also removes an issue were a Ctrl+C interrupting a deb.ipk packaging task
would end up with CONTROL/DEBIAN files in the spec file resulting in a build
failure.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass