Ticket #226 (closed defect: fixed)
dfu-util-native do_deploy tries to install from wrong source filename
| Reported by: | rod@… | Owned by: | buglog@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Host Software | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Change History
comment:1 Changed 6 years ago by laforge@…
- Status changed from new to closed
- Resolution set to invalid
comment:2 Changed 6 years ago by rod@…
- Status changed from closed to reopened
- Resolution invalid deleted
New patch at
http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openmoko-HEAD/dfu-util-native.patch
Now build staticly, then deploys that staticly linked file.
Note: See
TracTickets for help on using
tickets.

no, the source filename is quite correct. We do want the statically linked
version in the deploy directory, to get rid of dependencies to libusb.
I would accept a patch that modifies "upstream" dfu-util to only statically link
against libusb, while being dynamically linked against glibc.