aboutsummaryrefslogtreecommitdiff
path: root/utils/dfu-programmer/patches
diff options
context:
space:
mode:
authorStefan Hellermann <stefan@the2masters.de>2023-01-05 15:34:48 +0100
committerStefan Hellermann <stefan@the2masters.de>2023-01-05 18:26:09 +0100
commit011833f2752df3dc09c65fe94709e97eb44693b9 (patch)
tree417daf078c24f6b6073477de21c4fdf4a4d4b7c4 /utils/dfu-programmer/patches
parenta4bfe48e273476e15f3689a1afcaf7dcb8f859c9 (diff)
dfu-programmer: update to 1.0.0
The project website http://dfu-programmer.github.io seams dead, but there are new releases on github. They just released 1.0.0, update to it. I removed docs, bash-completion and the fedora spec file from configure.ac to fix cross compilation problems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Diffstat (limited to 'utils/dfu-programmer/patches')
-rw-r--r--utils/dfu-programmer/patches/000-remove-docs-etc.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/dfu-programmer/patches/000-remove-docs-etc.patch b/utils/dfu-programmer/patches/000-remove-docs-etc.patch
new file mode 100644
index 000000000..ad0f3686a
--- /dev/null
+++ b/utils/dfu-programmer/patches/000-remove-docs-etc.patch
@@ -0,0 +1,9 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -28,5 +28,5 @@ AC_FUNC_MEMCMP
+ # Checks for libusb.
+ AC_SEARCH_LIBS(libusb_init, usb-1.0,, [AC_MSG_ERROR([libusb 1.0 not found])])
+
+-AC_CONFIG_FILES(fedora/dfu-programmer.spec Makefile docs/Makefile src/Makefile)
++AC_CONFIG_FILES(src/Makefile)
+ AC_OUTPUT