mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
tensorflow-lite: Set FILESEXTRAPATHS:prepend properly in bbappend
The file "file://tensorflow-lite.pc.in" is not located in the
"files" folder but the "tensorflow-lite" (aka ${PN}) folder.
Signed-off-by: Carsten Thuesen <cvt@thucon.dk>
(cherry picked from commit 88b7142074
)
This commit is contained in:
parent
ca4d220fb7
commit
57a3870c7a
|
@ -1,4 +1,4 @@
|
|||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI:append = " file://tensorflow-lite.pc.in"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user