aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio/gnuradio_3.1.3.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-01 15:39:06 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-01 15:39:06 +0200
commit71e69ad8b551aa06f63160232d1bd87b8d801a1d (patch)
tree9aab0256970f53fd7a3266d1bd53d11d71950120 /recipes/gnuradio/gnuradio_3.1.3.bb
parentc289210c5b3983dc78ff82a2ba8e80989d846211 (diff)
downloadopenembedded-71e69ad8b551aa06f63160232d1bd87b8d801a1d.tar.gz
gnuradio: add hack to build a private copy of libusb (the gnarly old one) and statically link that since gnuradio is using private methods of libusb that libusb-compat won't provide
Diffstat (limited to 'recipes/gnuradio/gnuradio_3.1.3.bb')
-rw-r--r--recipes/gnuradio/gnuradio_3.1.3.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/gnuradio/gnuradio_3.1.3.bb b/recipes/gnuradio/gnuradio_3.1.3.bb
index 17089dd487..437e62f140 100644
--- a/recipes/gnuradio/gnuradio_3.1.3.bb
+++ b/recipes/gnuradio/gnuradio_3.1.3.bb
@@ -1,8 +1,13 @@
require gnuradio.inc
-PR = "r3"
+PR = "r4"
SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \
-# file://gnuradio-libusb.patch;patch=1 \
- file://acinclude.m4"
+ file://acinclude.m4 \
+ ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \
+"
+# This is an awful hack to allow GNU Radio to use libusb-0.12, regardless
+# of what is used by the rest of OE
+
+addtask buildlibusb before do_configure after do_unpack