summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 16:04:43 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-22 11:16:40 -0300
commit204198d1d11999d700f4def2089b84e6dee020d3 (patch)
treed0254f78f2286584968d1d655cd8fd98698e14c3 /recipes-multimedia
parent3f5eff72d05a3b7153890e2febd20719b8e89330 (diff)
downloadmeta-freescale-204198d1d11999d700f4def2089b84e6dee020d3.tar.gz
nxp-afe-voiceseeker: Document accepted INSANE_SKIP per oelint
The recipe ships a prebuilt versioned .so with an unversioned symlink in the main package, so dev-so must be skipped. Accept it inline. No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb b/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
index d7159bcd4..a1e434ab9 100644
--- a/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
+++ b/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb
@@ -39,6 +39,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
39FILES:${PN} += "${libdir}/nxp-afe/* \ 39FILES:${PN} += "${libdir}/nxp-afe/* \
40 /unit_tests/* \ 40 /unit_tests/* \
41" 41"
42# Prebuilt versioned .so shipped with an unversioned symlink in the main package.
43# nooelint: oelint.vars.insaneskip
42INSANE_SKIP:${PN} += "dev-so" 44INSANE_SKIP:${PN} += "dev-so"
43 45
44COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)" 46COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)"