* [Buildroot] [PATCH] radvd: fix high jobcount build failure
@ 2012-07-23 12:42 Gustavo Zacarias
2012-07-23 20:51 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-07-23 12:42 UTC (permalink / raw)
To: buildroot
Fix build failure:
http://autobuild.buildroot.org/results/48aabbc41dff2e4196dfd6e1e942cf6dbe050deb/build-end.log
because of a typo/missed update in the Makefile
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/radvd/radvd-highjob.patch | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
create mode 100644 package/radvd/radvd-highjob.patch
diff --git a/package/radvd/radvd-highjob.patch b/package/radvd/radvd-highjob.patch
new file mode 100644
index 0000000..5945435
--- /dev/null
+++ b/package/radvd/radvd-highjob.patch
@@ -0,0 +1,27 @@
+From ce4911c13a3ab6877c0288c8a1874decb5d0e90a Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Mon, 23 Jul 2012 09:14:24 -0300
+Subject: [PATCH] Makefile: fix high jobcount build failures
+
+gram.h is a dependency for scanner.c rather than scanner.o which is
+unused.
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 04b834b..8a90ca7 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -131,5 +131,5 @@ dist-hook:
+ rm -f $(distdir)/gram.h
+ rm -f $(distdir)/scanner.c
+
+-scanner.o: gram.h
++scanner.c: gram.h
+
+--
+1.7.8.6
+
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] radvd: fix high jobcount build failure
2012-07-23 12:42 [Buildroot] [PATCH] radvd: fix high jobcount build failure Gustavo Zacarias
@ 2012-07-23 20:51 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-07-23 20:51 UTC (permalink / raw)
To: buildroot
Le Mon, 23 Jul 2012 09:42:38 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :
> Fix build failure:
> http://autobuild.buildroot.org/results/48aabbc41dff2e4196dfd6e1e942cf6dbe050deb/build-end.log
> because of a typo/missed update in the Makefile
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Applied, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-23 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 12:42 [Buildroot] [PATCH] radvd: fix high jobcount build failure Gustavo Zacarias
2012-07-23 20:51 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox