various: more libusb -> libusbcompat changes
authorKoen Kooi <koen@openembedded.org>
Sat, 21 Jun 2008 10:02:59 +0000 (10:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 21 Jun 2008 10:02:59 +0000 (10:02 +0000)
packages/gpsbabel/gpsbabel_1.3.3.bb
packages/usbutils/usbutils_0.70.bb
packages/usbutils/usbutils_cvs.bb
packages/usrp/usrp_0.12.bb

index f9a8d98..b5ff6a8 100644 (file)
@@ -1,10 +1,10 @@
 SECTION = "console/utils"
 DESCRIPTION = "GPS data converter"
-DEPENDS = "expat libusb"
+DEPENDS = "expat libusb-compat"
 HOMEPAGE = "http://gpsbabel.sf.net"
 LICENSE = "GPL"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gpsbabel/gpsbabel-${PV}.tar.gz"
 
index 0dbd799..891d66f 100644 (file)
@@ -1,10 +1,12 @@
 DESCRIPTION = "Host side USB console utilities."
 SECTION = "base"
-DEPENDS += "libusb"
+DEPENDS += "libusb-compat"
 LICENSE = "GPL"
 PRIORITY = "optional"
 DEFAULT_PREFERENCE = "1"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz"
 S = "${WORKDIR}/usbutils-${PV}"
 
index 4b084eb..5de33bb 100644 (file)
@@ -1,10 +1,10 @@
 DESCRIPTION = "Host side USB console utilities."
 SECTION = "base"
-DEPENDS += "libusb"
+DEPENDS += "libusb-compat"
 LICENSE = "GPL"
 PRIORITY = "optional"
 PV = "0.71+cvs${SRCDATE}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "cvs://anonymous@linux-usb.cvs.sourceforge.net/cvsroot/linux-usb;module=usbutils"
 S = "${WORKDIR}/usbutils"
index 7112fc6..55ca848 100644 (file)
@@ -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 \