commit 6e416709e8db3235dee7b31627da3795f5bb56f7
parent a748218c146ce80d980db9e3b21445dacfeae4b5
Author: Paul Fertser <fercerpav@gmail.com>
Date: Thu, 28 May 2015 09:22:04 +0300
openocd: update to final 0.9.0
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile
@@ -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 \