diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-21 10:02:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-21 10:02:59 +0000 |
commit | 9cfba78586bffe50ead9b178bc35de2739fc1917 (patch) | |
tree | 25a0ba82af5e5f50f184c0cf0faff73fce8c60e1 /packages/usrp | |
parent | 8aed449b475ebab8d1ac0eddd1e70cced62dd9be (diff) |
various: more libusb -> libusbcompat changes
Diffstat (limited to 'packages/usrp')
-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 \ |