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