openocd: update to 0.10.0.
This commit is contained in:
parent
c59f7d4d5e
commit
456b681779
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openocd'
|
||||
pkgname=openocd
|
||||
version=0.9.0
|
||||
revision=2
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--disable-werror
|
||||
|
@ -13,9 +13,7 @@ configure_args="
|
|||
--enable-dummy
|
||||
--enable-ep93xx
|
||||
--enable-gw16012
|
||||
--enable-ioutil
|
||||
--enable-jtag_vpi
|
||||
--enable-oocd_trace
|
||||
--enable-openjtag_ftdi
|
||||
--enable-parport
|
||||
--enable-presto_libftdi
|
||||
|
@ -33,7 +31,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://openocd.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=837042ac9a156b9363cbffa1fcdaf463bfb83a49331addf52e63119642b5f443
|
||||
checksum=7312e7d680752ac088b8b8f2b5ba3ff0d30e0a78139531847be4b75c101316ae
|
||||
|
||||
post_extract() {
|
||||
sed -i '/raggedright/d' doc/openocd.texi # makeinfo 4.xx
|
||||
|
|
Loading…
Reference in a new issue