|
@@ -4,15 +4,16 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-AVRDUDE_VERSION = f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa
|
|
|
-AVRDUDE_SITE = $(call github,kcuzner,avrdude,$(AVRDUDE_VERSION))
|
|
|
+AVRDUDE_VERSION = r1450
|
|
|
+AVRDUDE_SITE_METHOD = svn
|
|
|
+AVRDUDE_SITE = http://svn.savannah.nongnu.org/svn/avrdude/trunk
|
|
|
AVRDUDE_LICENSE = GPL-2.0+
|
|
|
AVRDUDE_LICENSE_FILES = avrdude/COPYING
|
|
|
AVRDUDE_SUBDIR = avrdude
|
|
|
-# Sources coming from git, without generated configure and Makefile.in
|
|
|
+# Sources coming from svn, without generated configure and Makefile.in
|
|
|
# files.
|
|
|
AVRDUDE_AUTORECONF = YES
|
|
|
-AVRDUDE_CONF_OPTS = --enable-linuxgpio
|
|
|
+AVRDUDE_CONF_OPTS = --enable-linuxgpio --enable-linuxspi
|
|
|
AVRDUDE_DEPENDENCIES = elfutils libusb libusb-compat ncurses \
|
|
|
host-flex host-bison
|
|
|
|