* [PATCH 0/1] pcmciautils: fix for parallel build
@ 2015-03-30 2:50 Robert Yang
2015-03-30 2:50 ` [PATCH 1/1] " Robert Yang
2015-04-10 1:42 ` [PATCH 0/1] " Robert Yang
0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2015-03-30 2:50 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 2d923d6dfe9431dbc005f8ba39838eb4519c471c:
python-pygobject: Disable parallel make install in native case (2015-03-25 12:38:44 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/pcmciautils
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pcmciautils
Robert Yang (1):
pcmciautils: fix for parallel build
.../Makefile-fix-for-parallel-build.patch | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] pcmciautils: fix for parallel build
2015-03-30 2:50 [PATCH 0/1] pcmciautils: fix for parallel build Robert Yang
@ 2015-03-30 2:50 ` Robert Yang
2015-04-10 1:42 ` [PATCH 0/1] " Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-03-30 2:50 UTC (permalink / raw)
To: openembedded-core
Fixed:
Compiling lex_config.c.
src/lex_config.l:34:25: fatal error: yacc_config.h: No such file or directory
There was a patch for fixing the paralle issue before, so modify the
patch again.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
.../Makefile-fix-for-parallel-build.patch | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils-018/Makefile-fix-for-parallel-build.patch b/meta/recipes-bsp/pcmciautils/pcmciautils-018/Makefile-fix-for-parallel-build.patch
index e9eaab7..c9a7ada 100644
--- a/meta/recipes-bsp/pcmciautils/pcmciautils-018/Makefile-fix-for-parallel-build.patch
+++ b/meta/recipes-bsp/pcmciautils/pcmciautils-018/Makefile-fix-for-parallel-build.patch
@@ -10,6 +10,10 @@ Fixed:
| ^
| compilation terminated.
+And:
+Compiling lex_config.c.
+ src/lex_config.l:34:25: fatal error: yacc_config.h: No such file or directory
+
Upstream-Status: Pending
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
@@ -18,14 +22,16 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index d45fdc3..de2a5f9 100644
+index d45fdc3..d4ffd7e 100644
--- a/Makefile
+++ b/Makefile
-@@ -246,7 +246,7 @@ $(PCMCIA_SOCKET_STARTUP): $(LIBC) src/startup.o src/yacc_config.o src/lex_config
+@@ -246,7 +246,9 @@ $(PCMCIA_SOCKET_STARTUP): $(LIBC) src/startup.o src/yacc_config.o src/lex_config
$(QUIET) $(LD) $(LDFLAGS) -o $@ $(CRT0) src/startup.o src/yacc_config.o src/lex_config.o $(LIB_OBJS) $(ARCH_LIB_OBJS)
$(QUIET) $(STRIPCMD) $@
-yacc_config.o lex_config.o: %.o: %.c
++lex_config.o: yacc_config.h
++
+yacc_config.o lex_config.o: %.o: %.c: %.h
$(CC) -c -MD -O -pipe $(CPPFLAGS) $<
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] pcmciautils: fix for parallel build
2015-03-30 2:50 [PATCH 0/1] pcmciautils: fix for parallel build Robert Yang
2015-03-30 2:50 ` [PATCH 1/1] " Robert Yang
@ 2015-04-10 1:42 ` Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-04-10 1:42 UTC (permalink / raw)
To: openembedded-core
ping.
// Robert
On 03/30/2015 10:50 AM, Robert Yang wrote:
> The following changes since commit 2d923d6dfe9431dbc005f8ba39838eb4519c471c:
>
> python-pygobject: Disable parallel make install in native case (2015-03-25 12:38:44 +0000)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib rbt/pcmciautils
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pcmciautils
>
> Robert Yang (1):
> pcmciautils: fix for parallel build
>
> .../Makefile-fix-for-parallel-build.patch | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-10 1:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 2:50 [PATCH 0/1] pcmciautils: fix for parallel build Robert Yang
2015-03-30 2:50 ` [PATCH 1/1] " Robert Yang
2015-04-10 1:42 ` [PATCH 0/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox