diff mbox series

[meta-arago,scarthgap/master,2/5] meta-arago-extras: onnx: Remove FILESEXTRAPATHS

Message ID 20250206190700.1190499-2-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

Commit Message

Andrew Davis Feb. 6, 2025, 7:06 p.m. UTC
This is being set to the default value, remove this.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb b/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb
index fead0e61..84dd17c9 100644
--- a/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb
+++ b/meta-arago-extras/recipes-framework/onnx/onnx_1.16.1.bb
@@ -4,8 +4,6 @@  HOMEPAGE = "https://www.onnx.ai/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-
 SRC_URI = "git://github.com/onnx/onnx.git;protocol=https;branch=rel-1.16.1"
 SRC_URI += "\
 	file://0001-Try-to-find-package-Protobuf-before-checking-if-it-w.patch \