Skip to content

Commit

Permalink
utils/avrdude: update to 6.3
Browse files Browse the repository at this point in the history
Update avrdude to upstream release 6.3

Signed-off-by: Paul Wassi <[email protected]>
  • Loading branch information
p-wassi committed Dec 5, 2016
1 parent 6fccd88 commit 1fc42db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions utils/avrdude/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=avrdude
PKG_VERSION:=6.1
PKG_RELEASE:=3
PKG_VERSION:=6.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude
PKG_MD5SUM:=9db8c25b935d34234b9b1ba16ad55fd5
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
PKG_MD5SUM:=58bb42049122cf80fe4f4d0ce36d92ee

PKG_MAINTAINER:=Ted Hess <[email protected]>
PKG_LICENSE:=GPL-2.0
Expand Down
4 changes: 2 additions & 2 deletions utils/avrdude/patches/010-configure-fixups.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,7 @@ AC_CONFIG_HEADERS(ac_cfg.h)
@@ -38,6 +38,7 @@ LT_INIT()

# Checks for programs.
AC_PROG_CC
+AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_SED
AC_PROG_YACC
@@ -183,6 +184,7 @@ fi
@@ -182,6 +183,7 @@ fi
AC_SUBST(LIBPTHREAD, $LIBPTHREAD)
# Checks for header files.
AC_CHECK_HEADERS([limits.h stdlib.h string.h])
Expand Down
4 changes: 2 additions & 2 deletions utils/avrdude/patches/100-musl-compat.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
+#include <sys/types.h>

#include "avrdude.h"
#include "avr.h"
#include "libavrdude.h"
--- a/ser_avrdoper.c
+++ b/ser_avrdoper.c
@@ -248,6 +248,7 @@ static int usbGetReport(union filedescri
Expand All @@ -30,7 +30,7 @@
# include <lusb0_usb.h>
--- a/usbtiny.c
+++ b/usbtiny.c
@@ -41,6 +41,7 @@
@@ -40,6 +40,7 @@

#if defined(HAVE_LIBUSB) // we use LIBUSB to talk to the board
#if defined(HAVE_USB_H)
Expand Down

0 comments on commit 1fc42db

Please sign in to comment.