summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bash-completion/bash-completion_2.11.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-26 15:02:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-27 10:37:58 +0100
commitf22e0478fa9a3acb9e66f4848353ec11e4d3fb5b (patch)
tree66ef75e96def38624dbf4f6151b2c3f78579be18 /meta/recipes-support/bash-completion/bash-completion_2.11.bb
parent4cbea1019781e9595655448347a38dae1db5ee29 (diff)
downloadpoky-f22e0478fa9a3acb9e66f4848353ec11e4d3fb5b.tar.gz
perl: Avoid race continually rebuilding miniperl
When we run "make install" we notice miniperl rebuilding multiple times. Usually this is harmless however sometimes race issues occur such as miniperl not being executable. The issue is that crosspatch is a phony target so it always rebuilds. Adding this as a dependency of miniperl means miniperl always rebuilds too. Avoid this by injecting a direct dependency avoiding the phony target. miniperl is then only rebuilt when its input changes as desired. Patch submitted to upstream perl-cross. (From OE-Core rev: 95947fa630e1fecc599f975d732eb47dd4b748ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/bash-completion/bash-completion_2.11.bb')
0 files changed, 0 insertions, 0 deletions