pin msrtools and tpmtotp to current git heads

Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
Trammell hudson 2019-10-29 13:36:04 +01:00
parent e5038e6adf
commit 2980eb0522
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68
2 changed files with 11 additions and 10 deletions

View File

@ -2,14 +2,15 @@ modules-$(CONFIG_MSRTOOLS) += msrtools
msrtools_depends := $(musl_dep)
msrtools_version := git
msrtools_repo := https://github.com/osresearch/msr-tools
#msrtools_version := git
#msrtools_repo := https://github.com/osresearch/msr-tools
#msrtools_version := 1.3
msrtools_version := 572ef8a
msrtools_dir := msrtools-$(msrtools_version)
msrtools_tar := msr-tools-$(msrtools_version).tar.gz
msrtools_url := https://github.com/intel/msr-tools/archive/msr-tools-$(msrtools_version).tar.gz
msrtools_hash := e8205aa3d19e536080f5974ed06ab9a88c4c3f37870c2f6a3a08a2f39302c22c
#msrtools_url := https://github.com/intel/msr-tools/archive/msr-tools-$(msrtools_version).tar.gz
msrtools_url := https://github.com/osresearch/msr-tools/archive/$(msrtools_version).tar.gz
msrtools_hash := 80554790d0a404205fe215c9ae8d2de159e980ec23821d636f201f12550e6ac0
msrtools_target := \
$(CROSS_TOOLS) \

View File

@ -2,14 +2,14 @@ modules-$(CONFIG_TPMTOTP) += tpmtotp
tpmtotp_depends := mbedtls qrencode $(musl_dep)
tpmtotp_version := git
tpmtotp_repo := https://github.com/osresearch/tpmtotp
#tpmtotp_version := git
#tpmtotp_repo := https://github.com/osresearch/tpmtotp
#tpmtotp_version := 0.3.0
tpmtotp_version := 18b860f
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v$(tpmtotp_version).tar.gz
tpmtotp_hash := e8205aa3d19e536080f5974ed06ab9a88c4c3f37870c2f6a3a08a2f39302c22c
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/$(tpmtotp_version).tar.gz
tpmtotp_hash := 1082f2b0e4af833e04220dddedcc21a39eb39ee4dc5668bb010e7bcc795c606c
tpmtotp_target := \
$(CROSS_TOOLS) \