blob: a49f1c468d2dee5e6afe912bd278a52f9f09eedd (
plain)
1
2
3
4
5
6
7
8
9
10
|
require gnuradio.inc
PR = "r5"
SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \
file://no-trellis-doc.patch;patch=1 \
file://gcc43.patch;patch=1;pnum=2 \
file://gnuradio-libusb.patch;patch=1 \
"
|