projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3ec5d
)
package/gnuradio: disable xml document generation
author
Matt Weber
<matthew.weber@rockwellcollins.com>
Wed, 6 Feb 2019 20:16:03 +0000
(14:16 -0600)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 7 Feb 2019 21:45:37 +0000
(22:45 +0100)
Fixes
http://autobuild.buildroot.net/results/f94/
f941d84c781b524530770f5b9360863a821e8ba1
/
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gnuradio/gnuradio.mk
patch
|
blob
|
history
diff --git
a/package/gnuradio/gnuradio.mk
b/package/gnuradio/gnuradio.mk
index d6d07f65666cd8f77bca9f1369ca77440bf42af2..202c2213a718984de07011c526c05dbf02f49f19 100644
(file)
--- 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.