-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels