aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio/gnuradio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnuradio/gnuradio.inc')
-rw-r--r--recipes/gnuradio/gnuradio.inc10
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes/gnuradio/gnuradio.inc b/recipes/gnuradio/gnuradio.inc
index bd091f666d..eb61fab9a2 100644
--- a/recipes/gnuradio/gnuradio.inc
+++ b/recipes/gnuradio/gnuradio.inc
@@ -3,7 +3,8 @@ URL = "http://gnuradio.org"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPLv3"
-DEPENDS = "uhd gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy"
+DEPENDS = "uhd gsl guile-native fftwf python alsa-lib boost cppunit \
+ swig-native python-numpy qt4-x11-free qwt"
INC_PR = "r9"
inherit distutils-base autotools pkgconfig
@@ -20,6 +21,9 @@ EXTRA_OECONF = " \
--with-boost=${STAGING_DIR_TARGET}/usr \
--disable-usrp1 \
--disable-usrp2 \
+ --disable-gr-vocoder \
+ --disable-gr-video-sdl \
+ --with-qwt-incdir=${STAGING_INCDIR} \
--with-pythondir=${PYTHON_SITEPACKAGES_DIR} \
PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR} \
"
@@ -36,7 +40,9 @@ PACKAGES =+ "\
"
FILES_${PN}-examples = "${datadir}/gnuradio/examples"
-FILES_${PN}-grc = "${datadir}/gnuradio/grc"
+FILES_${PN}-grc = "${datadir}/gnuradio/grc \
+ ${libexecdir}/gnuradio \
+ "
FILES_${PN}-conf = "${sysconfdir}/gnuradio"
FILES_${PN} += "${datadir}/gnuradio"