aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio/gnuradio_3.1.3.bb
blob: 437e62f140dd332cd8d12729774755e04a50d8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require gnuradio.inc

PR = "r4"

SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \
	   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