Skip to content

Duplicate libusb dependency in avrdude Makefile #1

@Raidok

Description

@Raidok

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions