diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-22 23:12:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-22 23:12:35 +0000 |
commit | b99ce69d58a268469360d72095288d3342f20f5a (patch) | |
tree | e65636f2a1fa721339bdbdaef6d24c4e0aea20d7 /packages | |
parent | c2d6818d07a07a313a4a67cbfacdc9a7694a11b9 (diff) |
remove ARMfix.patch
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libusb/libusb_0.1.10a.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/libusb/libusb_0.1.10a.bb b/packages/libusb/libusb_0.1.10a.bb index bcf723a0c6..7f8fd42a4b 100644 --- a/packages/libusb/libusb_0.1.10a.bb +++ b/packages/libusb/libusb_0.1.10a.bb @@ -2,10 +2,9 @@ DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." SECTION = "libs" LICENSE = "LGPL" -PR = "r3" +PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ - file://ARMfix.patch;patch=1 \ file://debian-changes.patch;patch=1" inherit autotools pkgconfig |