From 57a3870c7af6cebddb9db5d64c35c5948668ee1c Mon Sep 17 00:00:00 2001 From: Carsten Thuesen Date: Tue, 31 Jan 2023 09:02:12 +0100 Subject: [PATCH] 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 (cherry picked from commit 88b7142074d86a0755eb2a97e897fbf51e020dbb) --- .../tensorflow-lite/tensorflow-lite_2.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ml/recipes-libraries/tensorflow-lite/tensorflow-lite_2.%.bbappend b/meta-ml/recipes-libraries/tensorflow-lite/tensorflow-lite_2.%.bbappend index 697e059e79..13b6d3f848 100644 --- a/meta-ml/recipes-libraries/tensorflow-lite/tensorflow-lite_2.%.bbappend +++ b/meta-ml/recipes-libraries/tensorflow-lite/tensorflow-lite_2.%.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" SRC_URI:append = " file://tensorflow-lite.pc.in"