generic-poky/meta/recipes-devtools/rpm
Mark Hatle a2e7adad27 rpm: Fix file contention issue
There is an issue that is caused when doing the install step of rpm on systems
with high parallelization where two jobs of make will fight for the same file
while installing the sub-directory lua. This is caused by the same makefile rule
being called twice in a way that both could be trying to install at the same
time.

This fix renames the linking rule so it will always be run after the needed
files are added and removed it's dependency so the required rule would only
run once.

This was tested heavily using ppss to run mutliple installs in parallel. This
wouldn't happen in practise but it was tested will all the individual rules as
well.

(From OE-Core rev: d05c5da6b972db97d3eb66b659f5641368c9ebe4)

Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-02 11:40:49 +01:00
..
rpm rpm: Fix file contention issue 2012-10-02 11:40:49 +01:00
rpmresolve rpmresolve: improve debug output 2012-08-15 14:26:43 +01:00
rpm_5.4.9.bb rpm: Fix file contention issue 2012-10-02 11:40:49 +01:00
rpmresolve_1.0.bb rpmresolve: add wrapper script to fix paths 2012-08-13 20:10:33 +01:00