mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
avrdude: Fix GPIO path building
%ud is a GNU extension. It's not really supported elsewhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 536c6b8be7)
This commit is contained in:
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=avrdude
|
||||
PKG_VERSION:=6.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
|
||||
PKG_HASH:=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
|
||||
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
@@ -30,7 +30,7 @@ define Package/avrdude
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Microcontroller programming
|
||||
TITLE:=AVR Downloader/UploaDEr
|
||||
URL:=http://www.nongnu.org/avrdude/
|
||||
URL:=https://www.nongnu.org/avrdude/
|
||||
DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf1
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user