package/mono: fix install with parallel builds
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 16 May 2015 17:31:35 +0000 (19:31 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 16 May 2015 21:28:18 +0000 (23:28 +0200)
commitf28af782655c8c4ccc2d9180d6c9f3ac36d71d00
treecddd9f1c37d07cf0f7ffa7c0af5ef43aab36b1ca
parent01dfbb48c5c0725a4656518864af792c0f532e99
package/mono: fix install with parallel builds

Due to a race in the 'install' utility, installing the same file twice
in parallel often results in one of the install calls to fail.

Ensure proper ordering of conflicting rules.

Fixes:
    http://autobuild.buildroot.org/results/c32/c3288c5d1fb94474f14a4a889e76135878d403bc/
    http://autobuild.buildroot.org/results/f70/f708e89f613ec0b42cdf49ccbef39b02f4a271fb/
    http://autobuild.buildroot.org/results/3cb/3cb99e5c5672cbaa2a86020129a05dfde47cdb8f/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mono/0003-fix-parallel-install.patch [new file with mode: 0644]