libusb: Revert patch for now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4266 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-04-14 23:13:21 +00:00
parent 4c6ff89d2c
commit 461d3b4a94

View File

@@ -3,10 +3,10 @@ access to USB devices."
HOMEPAGE = "http://libusb.sf.net"
SECTION = "libs"
LICENSE = "LGPL"
PR = "r2"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
file://configure_fix.patch;patch=1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz"
# file://configure_fix.patch;patch=1
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libusb"