summaryrefslogtreecommitdiff
path: root/packages/gnuradio/gnuradio.inc
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2008-10-07 14:10:25 +0000
committerMike Westerhof <mwester@dls.net>2008-10-07 14:10:25 +0000
commit955f442cc19016e8c01591bf79503812f0b66549 (patch)
tree02a69fe119e864340cb23eafcbd4979cbf513169 /packages/gnuradio/gnuradio.inc
parent8e7b12439e33c351d8f5744898018509fd37cfe5 (diff)
parent7db59217ec8f6b541ffc22516e3dd4a14b8759d1 (diff)
merge of '7d34cad8c1cc77f4e891350dd5960331ff47128c'
and 'f8b5444079bbbbe46a1effb15957cc79e8753dca'
Diffstat (limited to 'packages/gnuradio/gnuradio.inc')
-rw-r--r--packages/gnuradio/gnuradio.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index 9cb936a105..a084b1cae0 100644
--- a/packages/gnuradio/gnuradio.inc
+++ b/packages/gnuradio/gnuradio.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "GNU Radio"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = " guile-native fftwf python libusb-compat virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native"
+DEPENDS = " guile-native fftwf python libusb virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native"
RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs python-lang python-textutils"
RDEPENDS_gnuradio-usrp = "python-core"
@@ -22,6 +22,7 @@ EXTRA_OECONF = " \
--enable-gr-audio-oss \
--enable-mblock \
--disable-html-docs \
+ PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/python2.5 \
"
do_configure_append() {
@@ -55,7 +56,7 @@ FILES_${PN}-dbg += "${libdir}/python*/site-packages/gnuradio/.debug \
"
FILES_gnuradio-usrp = "${libdir}/python*/site-packages/usrpm/* \
- ${datadir}/usrp"
+ ${datadir}/usrp/*/*"
FILES_gnuradio-usrp-dbg = "${libdir}/python*/site-packages/usrpm/.debug"