From: Paul Fertser Date: Sat, 14 Jan 2023 23:48:53 +0000 (+0300) Subject: openocd: update to 0.12.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a85935cf8fbb6347ff0460bb6abe088d8a4cc675;p=openwrt-packages.git openocd: update to 0.12.0 Signed-off-by: Paul Fertser --- 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 += \