All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gnuradio: disable xml document generation
@ 2019-02-06 20:16 Matt Weber
  2019-02-07 21:45 ` Peter Korsgaard
  2019-02-19 20:00 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Weber @ 2019-02-06 20:16 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/f94/f941d84c781b524530770f5b9360863a821e8ba1/

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 package/gnuradio/gnuradio.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/gnuradio/gnuradio.mk b/package/gnuradio/gnuradio.mk
index d6d07f6..202c221 100644
--- a/package/gnuradio/gnuradio.mk
+++ b/package/gnuradio/gnuradio.mk
@@ -26,7 +26,8 @@ GNURADIO_CONF_OPTS = \
 	-DENABLE_DEFAULT=OFF \
 	-DENABLE_VOLK=ON \
 	-DENABLE_GNURADIO_RUNTIME=ON \
-	-DENABLE_GR_QTGUI=OFF
+	-DENABLE_GR_QTGUI=OFF \
+	-DXMLTO_EXECUTABLE=NOTFOUND
 
 # For third-party blocks, the gnuradio libraries are mandatory at
 # compile time.
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/gnuradio: disable xml document generation
  2019-02-06 20:16 [Buildroot] [PATCH] package/gnuradio: disable xml document generation Matt Weber
@ 2019-02-07 21:45 ` Peter Korsgaard
  2019-02-19 20:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-02-07 21:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Matt" == Matt Weber <matthew.weber@rockwellcollins.com> writes:

 > Fixes
 > http://autobuild.buildroot.net/results/f94/f941d84c781b524530770f5b9360863a821e8ba1/

 > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/gnuradio: disable xml document generation
  2019-02-06 20:16 [Buildroot] [PATCH] package/gnuradio: disable xml document generation Matt Weber
  2019-02-07 21:45 ` Peter Korsgaard
@ 2019-02-19 20:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-02-19 20:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Matt" == Matt Weber <matthew.weber@rockwellcollins.com> writes:

 > Fixes
 > http://autobuild.buildroot.net/results/f94/f941d84c781b524530770f5b9360863a821e8ba1/

 > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>

Committed to 2018.02.x and 2018.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-19 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 20:16 [Buildroot] [PATCH] package/gnuradio: disable xml document generation Matt Weber
2019-02-07 21:45 ` Peter Korsgaard
2019-02-19 20:00 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.