Message ID | 20250206190700.1190499-3-afd@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,scarthgap/master,1/5] meta-arago-extras: armnn: Remove default FILESEXTRAPATHS | expand |
diff --git a/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb b/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb index 494bea9a..7e810739 100644 --- a/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb +++ b/meta-arago-extras/recipes-framework/onnxruntime/onnxruntime_1.20.1.bb @@ -4,8 +4,6 @@ HOMEPAGE = "https://www.onnxruntime.ai/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f7e3b1308cb5c00b372a6e78835732d" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - SRC_URI = "\ git://github.com/microsoft/onnxruntime.git;protocol=https;branch=rel-1.20.1 \ git://github.com/HowardHinnant/date.git;protocol=https;branch=master;name=date;destsuffix=${S}/cmake/external/date \
This is being set to the default value, remove this. Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-framework/onnxruntime/onnxruntime_1.20.1.bb | 2 -- 1 file changed, 2 deletions(-)