misc: fix onnx upstream reference

Change-Id: Ib857693a75dfa0f91e9deffd2a475ab97e27bd2b
This commit is contained in:
Aline Gondim Santos
2022-08-25 17:59:50 -03:00
parent 871942b52c
commit f6a7ab13b7

View File

@ -3,7 +3,7 @@ ONNX_VERSION := v1.6.0
ONNX_URL := https://github.com/microsoft/onnxruntime.git
$(TARBALLS)/onnxruntime-$(ONNX_VERSION).tar.xz:
$(call download_git,$(ONNX_URL),master,$(ONNX_VERSION),preserve .git)
$(call download_git,$(ONNX_URL),$(ONNX_VERSION),$(ONNX_VERSION),preserve .git)
.sum-onnx: onnxruntime-$(ONNX_VERSION).tar.xz
$(warning $@ not implemented)