Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate libusb dependency in avrdude Makefile #1

Open
Raidok opened this issue Sep 7, 2014 · 1 comment
Open

Duplicate libusb dependency in avrdude Makefile #1

Raidok opened this issue Sep 7, 2014 · 1 comment

Comments

@Raidok
Copy link

Raidok commented Sep 7, 2014

Package avrdude Makefile has the following line:

DEPENDS:=+libncurses +libusb +libreadline +libftdi +libusb-1.0

After I compiled and tired to install it I get the error:

Installing avrdude (5.11.1-2) to root...
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for avrdude:
 *  libusb * 
 * opkg_install_cmd: Cannot install package avrdude.

After I removed +libusb from the DEPENDS line and compiled again, it installed successfully.

The line ended up being like this:

DEPENDS:=+libncurses +libreadline +libftdi +libusb-1.0

Sorry for not providing a pull request.

Best regards,
Raido

@Raidok Raidok changed the title Duplicate libusb dependency Duplicate libusb dependency in avrdude Makefile Sep 7, 2014
@jameshilliard
Copy link
Owner

This repo is a mirror of git://projects.qi-hardware.com/openwrt-packages.git which does not appear to have been updated since I last mirrored it. I'm not sure if its being maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants