1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

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