openocd: runtime depend on exact version of jimtcl
build time version requrement is not valid an does not ensure runtime version change
This commit is contained in:
committed by
classabbyamp
parent
1b9578b20c
commit
af482e9029
@@ -1,7 +1,7 @@
|
||||
# Template file for 'openocd'
|
||||
pkgname=openocd
|
||||
version=0.11.0+1
|
||||
revision=1
|
||||
revision=2
|
||||
# update to a commit that has a compatible jimtcl version
|
||||
_commit=830d70bfc66ada2a68c73283b9e4fa4770d408ee
|
||||
_jimtcl_version=0.81
|
||||
@@ -44,6 +44,7 @@ hostmakedepends="automake pkg-config libtool which"
|
||||
makedepends="hidapi-devel libftdi1-devel
|
||||
jimtcl-devel
|
||||
libusb-devel libjaylink-devel capstone-devel"
|
||||
depends="jimtcl-devel>=${_jimtcl_version}_1<=${_jimtcl_version}_9999"
|
||||
short_desc="Open On-Chip Debugger"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
||||
Reference in New Issue
Block a user