summaryrefslogtreecommitdiffstats
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-02-01 11:20:18 +0000
commitb09b054ed837ba3bbe4de5544f7a1fbbbb8c54e0 (patch)
tree076f7084e37d505d3aa8afc053d7e87799623798 /meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
parent89df5f1a0ba06bc82ca05ac9099fa4db14d0a9b2 (diff)
downloadpoky-b09b054ed837ba3bbe4de5544f7a1fbbbb8c54e0.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. (From OE-Core rev: c2d14d584929cc7c4fe7d03643cf9b918e31bda6) 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 @@
1require pcmciautils.inc 1require pcmciautils.inc
2 2
3SRC_URI += "file://makefile_fix.patch \ 3SRC_URI += "file://makefile_fix.patch \
4 file://0001-fix-a-parallel-building-issue.patch \ 4 file://makefile_race.patch \
5 file://lex_sys_types.patch \ 5 file://lex_sys_types.patch \
6" 6"
7 7