* [Buildroot] [Bug 1093] New: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API.
@ 2010-02-15 15:56 bugzilla at busybox.net
2010-02-21 22:33 ` [Buildroot] [Bug 1093] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-02-15 15:56 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1093
Summary: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-
compat package for compatibility with old packages that
expect the pre-1.0 API.
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Outdated package
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: mac at mcrowe.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created an attachment (id=1099)
--> (https://bugs.busybox.net/attachment.cgi?id=1099)
Upgrade to libusb v1.0.3 and introduce libusb-compat
Upgrade libusb to v1.0.3.
Add new libusb-compat package for compatibility with old packages.
Switch to using AUTOTARGETS while we're at it.
I'm not certain that libusb-compat-0.1.3-pkgconfig.patch is essential
but it doesn't seem to do any harm.
Also update usb_modeswitch to depend on libusb-compat rather than
libusb.
Originally posted to mailing list at:
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/19727
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [Bug 1093] [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. 2010-02-15 15:56 [Buildroot] [Bug 1093] New: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API bugzilla at busybox.net @ 2010-02-21 22:33 ` bugzilla at busybox.net 2010-04-06 19:58 ` bugzilla at busybox.net ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-02-21 22:33 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1093 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2010.05 --- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-02-21 22:33:12 UTC --- Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 1093] [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. 2010-02-15 15:56 [Buildroot] [Bug 1093] New: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API bugzilla at busybox.net 2010-02-21 22:33 ` [Buildroot] [Bug 1093] " bugzilla at busybox.net @ 2010-04-06 19:58 ` bugzilla at busybox.net 2010-04-06 20:09 ` bugzilla at busybox.net 2010-04-09 14:41 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-04-06 19:58 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1093 --- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-04-06 19:58:12 UTC --- Should be handled by the merge of http://lists.busybox.net/pipermail/buildroot/2010-April/033242.html. Peter, could you please close this bug when the branch will be merged ? Thanks! Thanks Mike for working on this patch. It seems that usb_modeswitch is available as a newer version (1.1.1), but this version only contains the variant of usb_modeswitch that relies on udev and tcl. Do you have any interest in this version ? -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 1093] [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. 2010-02-15 15:56 [Buildroot] [Bug 1093] New: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API bugzilla at busybox.net 2010-02-21 22:33 ` [Buildroot] [Bug 1093] " bugzilla at busybox.net 2010-04-06 19:58 ` bugzilla at busybox.net @ 2010-04-06 20:09 ` bugzilla at busybox.net 2010-04-09 14:41 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-04-06 20:09 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1093 --- Comment #3 from Mike <mac@mcrowe.com> 2010-04-06 20:09:13 UTC --- (In reply to comment #2) > Thanks Mike for working on this patch. It seems that usb_modeswitch is > available as a newer version (1.1.1), but this version only contains the > variant of usb_modeswitch that relies on udev and tcl. Do you have any interest > in this version ? I have no interest in usb_modeswitch at all. I just patched its makefile to make sure that it continued to compile after the rest of my changes were applied. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 1093] [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. 2010-02-15 15:56 [Buildroot] [Bug 1093] New: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API bugzilla at busybox.net ` (2 preceding siblings ...) 2010-04-06 20:09 ` bugzilla at busybox.net @ 2010-04-09 14:41 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2010-04-09 14:41 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=1093 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-04-09 14:41:46 UTC --- Fixed by http://git.buildroot.net/buildroot/commit/?id=e237c9935796445434a7888b9fe2aa84e3e7975a Thanks! -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-04-09 14:41 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-02-15 15:56 [Buildroot] [Bug 1093] New: [PATCH] Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API bugzilla at busybox.net 2010-02-21 22:33 ` [Buildroot] [Bug 1093] " bugzilla at busybox.net 2010-04-06 19:58 ` bugzilla at busybox.net 2010-04-06 20:09 ` bugzilla at busybox.net 2010-04-09 14:41 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox