Browse Source

openocd: update to final 0.9.0

Disables building documentation to avoid makeinfo v4,v5
incompatibilities.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
lilik-openwrt-22.03
Paul Fertser 9 years ago
committed by Karl Palsson
parent
commit
6e416709e8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/openocd/Makefile

+ 2
- 1
utils/openocd/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openocd
PKG_VERSION:=v0.9.0-rc1
PKG_VERSION:=v0.9.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
@ -56,6 +56,7 @@ endef
CONFIGURE_ARGS += \
--prefix="/usr" \
--disable-werror \
MAKEINFO=true \
--enable-dummy \
--enable-sysfsgpio \
--enable-usb_blaster_libftdi \


Loading…
Cancel
Save