diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-05 23:20:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-05 23:20:51 +0000 |
commit | 3a0470ba3c87a90356703fe13bee7c2430aa561b (patch) | |
tree | e43845ccc853b054091873c8e312d05b088fa2dc /packages/libusb/libusb_0.1.10a.bb | |
parent | 626f2f9fb410e3abd51135466f60c9987236adac (diff) |
Added patch for alignment issues from debian (DaKa2).
Bumped revision.
Diffstat (limited to 'packages/libusb/libusb_0.1.10a.bb')
-rw-r--r-- | packages/libusb/libusb_0.1.10a.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libusb/libusb_0.1.10a.bb b/packages/libusb/libusb_0.1.10a.bb index abab4c467d..134e90b379 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 = "r1" +PR = "r2" -SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ + file://debian-changes.patch;patch=1" inherit autotools pkgconfig |