From: Koen Kooi Date: Thu, 21 Jul 2005 23:51:47 +0000 (+0000) Subject: Apply patch found at http://webuser.fh-furtwangen.de/~dersch/gphoto/remote.html to... X-Git-Tag: Release-2010-05/1~9453^2~4086^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2939b595b60a4c3b9dbbf6deb33dc43d49e669;p=openembedded.git Apply patch found at webuser.fh-furtwangen.de/~dersch/gphoto/remote.html to fix libusb on ARM (more likely everything not x86) --- diff --git a/packages/libusb/libusb_0.1.10a.bb b/packages/libusb/libusb_0.1.10a.bb index 134e90b379..bcf723a0c6 100644 --- a/packages/libusb/libusb_0.1.10a.bb +++ b/packages/libusb/libusb_0.1.10a.bb @@ -2,9 +2,10 @@ DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." SECTION = "libs" LICENSE = "LGPL" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ + file://ARMfix.patch;patch=1 \ file://debian-changes.patch;patch=1" inherit autotools pkgconfig