diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 16:04:43 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-22 11:16:40 -0300 |
| commit | 204198d1d11999d700f4def2089b84e6dee020d3 (patch) | |
| tree | d0254f78f2286584968d1d655cd8fd98698e14c3 /recipes-multimedia | |
| parent | 3f5eff72d05a3b7153890e2febd20719b8e89330 (diff) | |
| download | meta-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.bb | 2 |
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}" | |||
| 39 | FILES:${PN} += "${libdir}/nxp-afe/* \ | 39 | FILES:${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 | ||
| 42 | INSANE_SKIP:${PN} += "dev-so" | 44 | INSANE_SKIP:${PN} += "dev-so" |
| 43 | 45 | ||
| 44 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)" | 46 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)" |
