Merge pull request #8029 from jow-/avrdude-elf-depends

avrdude: change libelf1 dependency to libelf
This commit is contained in:
Ted Hess 2019-01-24 12:25:55 -05:00 committed by GitHub
commit 2fa8dfd1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ define Package/avrdude
SUBMENU:=Microcontroller programming SUBMENU:=Microcontroller programming
TITLE:=AVR Downloader/UploaDEr TITLE:=AVR Downloader/UploaDEr
URL:=http://www.nongnu.org/avrdude/ URL:=http://www.nongnu.org/avrdude/
DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf1 DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf
endef endef
define Package/avrdude/description define Package/avrdude/description