Skip to content

Commit

Permalink
package/dfu-programmer: bump version to 1.1.0
Browse files Browse the repository at this point in the history
The update-bash-completion.sh issue is now fixed, so remove the workaround:

dfu-programmer/dfu-programmer#91

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
jacmet authored and yann-morin-1998 committed Oct 28, 2023
1 parent 99d5250 commit ecce7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package/dfu-programmer/dfu-programmer.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed
sha256 867eaf0a8cd10123715491807ab99cecb54dc6f09dddade4b2a42b0b0ef9e6b0 dfu-programmer-1.0.0.tar.gz
sha256 844e469be559657bc52c9d9d03c30846acd11ffbb1ddd42438fa8af1d2b8587d dfu-programmer-1.1.0.tar.gz
sha256 d8fb44c26fecbb2b8a368a6c0ed4f5478a401fab03744325407736a80383af76 COPYING
10 changes: 1 addition & 9 deletions package/dfu-programmer/dfu-programmer.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,12 @@
#
################################################################################

DFU_PROGRAMMER_VERSION = 1.0.0
DFU_PROGRAMMER_VERSION = 1.1.0
DFU_PROGRAMMER_SITE = https://github.com/dfu-programmer/dfu-programmer/releases/download/v$(DFU_PROGRAMMER_VERSION)
DFU_PROGRAMMER_LICENSE = GPL-2.0+
DFU_PROGRAMMER_LICENSE_FILES = COPYING
DFU_PROGRAMMER_DEPENDENCIES = libusb

# No update-bash-completion.sh in tarball. Fix sent upstream:
# https://github.com/dfu-programmer/dfu-programmer/pull/91
define DFU_PROGRAMMER_ADD_MISSING_FILE
ln -s /bin/true $(@D)/update-bash-completion.sh
endef

DFU_PROGRAMMER_POST_PATCH_HOOKS == DFU_PROGRAMMER_ADD_MISSING_FILE

ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
DFU_PROGRAMMER_CONF_OPTS += LIBS=-latomic
endif
Expand Down

0 comments on commit ecce7bf

Please sign in to comment.