diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 14:41:33 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 14:41:33 +0000 |
commit | 58cddcdabc32302853379f6a059e4b372476a8ee (patch) | |
tree | 72c719e8f01123bc1b7c377f608fb210ea6c7d2f /libusb/libusb_0.1.8.oe | |
parent | 816ba5333d871c38d6b58e55eafda7ed827a99b1 (diff) |
Set pnum=0 for the amd64 patch in libusb.
BKrev: 41a5ef1dhfS1q2AXNZNPaFBPgB__nQ
Diffstat (limited to 'libusb/libusb_0.1.8.oe')
-rw-r--r-- | libusb/libusb_0.1.8.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb_0.1.8.oe b/libusb/libusb_0.1.8.oe index fde9302f8b..20dbd2141e 100644 --- a/libusb/libusb_0.1.8.oe +++ b/libusb/libusb_0.1.8.oe @@ -1,12 +1,12 @@ SECTION = "libs" DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ file://configure.patch;patch=1 \ file://pkgconfig.patch;patch=1 \ - file://amd64-fPIC.patch;patch=1" + file://amd64-fPIC.patch;patch=1;pnum=0" inherit autotools pkgconfig |