diff options
Diffstat (limited to 'packages/usrp/usrp_0.12.bb')
-rw-r--r-- | packages/usrp/usrp_0.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb index 7112fc621a..55ca84857a 100644 --- a/packages/usrp/usrp_0.12.bb +++ b/packages/usrp/usrp_0.12.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Support software for the Universal Software Radio Peripheral (USR LICENSE = "GPL" HOMEPAGE = "http://comsec.com/wiki?UniversalSoftwareRadioPeripheral" SECTION = "devel" -DEPENDS = "swig-native sdcc-native libusb python boost" +DEPENDS = "swig-native sdcc-native libusb-compat python boost" RDEPENDS = "python-core" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \ file://fix_compile_h.patch;patch=1;pnum=3 \ |