From: Chris Larson Date: Thu, 25 Nov 2004 10:19:49 +0000 (+0000) Subject: Swipe gentoo's amd64 patch for libusb 0.1.8. X-Git-Tag: Release-2010-05/1~15928 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c985a77fad25302d576fbcf92149c983887bc0b9;p=openembedded.git Swipe gentoo's amd64 patch for libusb 0.1.8. BKrev: 41a5b1c5CncDv7J-pePsOV2sm-kJdQ --- diff --git a/libusb/libusb-0.1.8/amd64-fPIC.patch b/libusb/libusb-0.1.8/amd64-fPIC.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libusb/libusb_0.1.8.oe b/libusb/libusb_0.1.8.oe index d6587fbc2b..fde9302f8b 100644 --- a/libusb/libusb_0.1.8.oe +++ b/libusb/libusb_0.1.8.oe @@ -1,11 +1,12 @@ SECTION = "libs" DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ file://configure.patch;patch=1 \ - file://pkgconfig.patch;patch=1" + file://pkgconfig.patch;patch=1 \ + file://amd64-fPIC.patch;patch=1" inherit autotools pkgconfig