mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
openocd: update to final 0.9.0
Disables building documentation to avoid makeinfo v4,v5 incompatibilities. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Karl Palsson
parent
bb9e1ed2c0
commit
6b8276a000
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openocd
|
PKG_NAME:=openocd
|
||||||
PKG_VERSION:=v0.9.0-rc1
|
PKG_VERSION:=v0.9.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
@@ -56,6 +56,7 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--prefix="/usr" \
|
--prefix="/usr" \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
|
MAKEINFO=true \
|
||||||
--enable-dummy \
|
--enable-dummy \
|
||||||
--enable-sysfsgpio \
|
--enable-sysfsgpio \
|
||||||
--enable-usb_blaster_libftdi \
|
--enable-usb_blaster_libftdi \
|
||||||
|
|||||||
Reference in New Issue
Block a user