mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
avrdude: fix dependencies
- libftdi, libhidapi, libusb-0.1 was incorrectly leaking into the build. - libgpiod was incorrectly missing out despite LINUXGPIO feature was explicitly requested. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=avrdude
|
PKG_NAME:=avrdude
|
||||||
PKG_VERSION:=7.3
|
PKG_VERSION:=7.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/avrdudes/avrdude
|
PKG_SOURCE_URL:=https://github.com/avrdudes/avrdude
|
||||||
@@ -29,7 +29,7 @@ define Package/avrdude
|
|||||||
SUBMENU:=Microcontroller programming
|
SUBMENU:=Microcontroller programming
|
||||||
TITLE:=AVR Downloader/UploaDEr
|
TITLE:=AVR Downloader/UploaDEr
|
||||||
URL:=https://github.com/avrdudes/avrdude
|
URL:=https://github.com/avrdudes/avrdude
|
||||||
DEPENDS:=+libncurses +libreadline +libusb-1.0 +libftdi1 +libelf
|
DEPENDS:=+libncurses +libreadline +libusb-1.0 +libftdi1 +libelf +libgpiod
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/avrdude/description
|
define Package/avrdude/description
|
||||||
@@ -37,6 +37,10 @@ define Package/avrdude/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
|
-DHAVE_LIBUSB=OFF \
|
||||||
|
-DHAVE_LIBFTDI=OFF \
|
||||||
|
-DHAVE_LIBHIDAPI=OFF \
|
||||||
|
-DHAVE_LIBSERIALPORT=OFF \
|
||||||
-DHAVE_LINUXGPIO=ON
|
-DHAVE_LINUXGPIO=ON
|
||||||
|
|
||||||
define Package/avrdude/conffiles
|
define Package/avrdude/conffiles
|
||||||
|
|||||||
Reference in New Issue
Block a user