diff options
author | Paul Fertser <fercerpav@gmail.com> | 2023-01-15 02:48:53 +0300 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2023-01-20 11:07:55 +0000 |
commit | a85935cf8fbb6347ff0460bb6abe088d8a4cc675 (patch) | |
tree | ce7e29492ca024eee80a474aaf8df4c054f89f9d /utils | |
parent | a92845d0326d147ff9b2a3668277a45a8c9cafe3 (diff) |
openocd: update to 0.12.0
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/openocd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index 511538c2d..56b28e72e 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openocd -PKG_SOURCE_VERSION:=v0.11.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_SOURCE_VERSION:=v0.12.0 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.code.sf.net/p/openocd/code -PKG_MIRROR_HASH:=ec31ce908d951c6c7e173c7474269f3f105d7a7b3991afbe8f54f8d96646c725 +PKG_MIRROR_HASH:=19085e31904d9a04a77dc79e02c441372498e680361e77fe9ffdb482c2ddb19c PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING @@ -36,7 +36,6 @@ define Package/openocd TITLE:=OpenOCD Utility URL:=http://openocd.sf.net/ DEPENDS:=+libusb-1.0 \ - +libusb-compat \ +libftdi1 \ +hidapi \ +libgpiod @@ -63,6 +62,7 @@ endef define Build/Prepare $(call Build/Prepare/Default) -$(RM) $(PKG_BUILD_DIR)/guess-rev.sh + -$(RM) $(PKG_BUILD_DIR)/jimtcl/configure.ac endef CONFIGURE_ARGS += \ |