aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-31 13:24:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-31 16:29:03 +0000
commitc2d14d584929cc7c4fe7d03643cf9b918e31bda6 (patch)
tree9bb1e7de5dd8a0870c430c5a09789a5fb1a98212 /meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
parent9ec713c3949f9bcfa1e03561b9811eb3d0451c2f (diff)
downloadopenembedded-core-contrib-c2d14d584929cc7c4fe7d03643cf9b918e31bda6.tar.gz
pcmciautils: Fix makefile race
The existing patch wasn't fixing one issue it claimed to and seemed incorrect in relation to the other. This patch correctly addresses the parallel make issue, as seen on our autobuilder. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pcmciautils/pcmciautils_018.bb')
-rw-r--r--meta/recipes-bsp/pcmciautils/pcmciautils_018.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
index 5c340813cd..d3dde7e041 100644
--- a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
+++ b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
@@ -1,7 +1,7 @@
require pcmciautils.inc
SRC_URI += "file://makefile_fix.patch \
- file://0001-fix-a-parallel-building-issue.patch \
+ file://makefile_race.patch \
file://lex_sys_types.patch \
"