projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a748218
)
openocd: update to final 0.9.0
author
Paul Fertser
<fercerpav@gmail.com>
Thu, 28 May 2015 06:22:04 +0000
(09:22 +0300)
committer
Karl Palsson
<karlp@remake.is>
Tue, 2 Jun 2015 10:05:25 +0000
(10:05 +0000)
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
utils/openocd/Makefile
patch
|
blob
|
history
diff --git
a/utils/openocd/Makefile
b/utils/openocd/Makefile
index 9f86330d4aed493940edefe3a6657d963e6f9498..2d22e4d365f94fd02aeac2fdc2dd82a4e4826b2b 100644
(file)
--- 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 \