On 3/9/26 12:33 AM, Pratham Deshmukh wrote:
The nnstreamer-src package contains debug source files that reference
TMPDIR paths, causing QA buildpaths errors during do_package_qa.

Any read on "why" this is happening? How do the build paths end up in
the source files packaged in the -src package?

Andrew

Skip the buildpaths check for the source package to resolve the
build failure.

Signed-off-by: Pratham Deshmukh <[email protected]>
---
  .../recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb           | 2 ++
  1 file changed, 2 insertions(+)

diff --git 
a/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb 
b/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
index c62589ac..74d72d9e 100644
--- a/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
+++ b/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
@@ -64,6 +64,8 @@ FILES:${PN}-tests += "\
  "
  INSANE_SKIP:${PN}-tests += "buildpaths"
+INSANE_SKIP:${PN}-src += "buildpaths"
+
  FILES:${PN}-dev = "\
        ${includedir}/nnstreamer/* \
        ${libdir}/pkgconfig/*.pc \



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17292): 
https://lists.yoctoproject.org/g/meta-arago/message/17292
Mute This Topic: https://lists.yoctoproject.org/mt/118216603/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to