avrdude: change libelf1 dependency to libelf 8029/head
authorJo-Philipp Wich <jo@mein.io>
Thu, 24 Jan 2019 12:12:36 +0000 (13:12 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 24 Jan 2019 12:13:15 +0000 (13:13 +0100)
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in avrdude accordingly.

There are no functional changes and no changes in the resulting binary.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
utils/avrdude/Makefile

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