diff mbox series

package/gnuradio: disable xml document generation

Message ID 1549484163-54692-1-git-send-email-matthew.weber@rockwellcollins.com
State Accepted
Commit e43cbb3cc1c3da692563549287a4e0433dfc3f4f
Headers show
Series package/gnuradio: disable xml document generation | expand

Commit Message

Matt Weber Feb. 6, 2019, 8:16 p.m. UTC
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(-)

Comments

Peter Korsgaard Feb. 7, 2019, 9:45 p.m. UTC | #1
>>>>> "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.
Peter Korsgaard Feb. 19, 2019, 8 p.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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.