]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:02:26 +0000 (11:02 +0000)
commit1eefcf0ba8c5c74312c78fbcf5f27c3840a6578a
tree50e4c4b5fda6dc1efc84c333c6138bf568b811a9
parentd5a1538f0fb5112a9549a243b074bca681d9139b
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.

(From OE-Core rev: 4c3b3a57aa9ced231f5c0340920195c15a26f2b1)

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