Commit Graph

9 Commits

Author SHA1 Message Date
Alexander Couzens 37d0627bd6 openocd: use release tar.bz2 instead of git
The release tar does not contain the srcdir/guess-rev.sh.
If it's not existant the configure scripts uses different
variables which removes the build timestamp.
Fixes reproducible builds.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 12:34:09 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Paul Fertser 1d58e2797d openocd: bump version to 0.10.0
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2017-01-24 17:05:05 +03:00
Stefan Weil b5738a3878 utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-26 09:53:01 +01:00
Paul Fertser 608d71b26f openocd: include nls.mk to fix build with full NLS support
Since openocd depends on hidapi it needs appropriate LD_FLAGS to link
against it as that library depends on libiconv.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-08-29 14:35:22 +03:00
Paul Fertser 6e416709e8 openocd: update to final 0.9.0
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-06-02 10:05:25 +00:00
Paul Fertser fea9189e89 openocd: update to 0.9.0-rc1
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-04-24 19:27:15 +03:00
Paul Fertser ad9ae24a29 openocd: fix package dependencies
OpenOCD autoselects libftdi1 when it's present, and should explicitly
depend on it, same about libusb-0.1 API which is provided by
libusb-compat.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-02-03 17:11:37 +03:00
Paul Fertser 361c320678 openocd: add OpenOCD, a tool to work with on-chip debug and JTAG
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-02-01 21:18:00 +03:00