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:
Carsten Thuesen 2023-01-31 09:02:12 +01:00 committed by Jun Zhu
parent ca4d220fb7
commit 57a3870c7a

View File

@ -1,4 +1,4 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append = " file://tensorflow-lite.pc.in"