diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-02-24 20:44:09 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-24 20:54:51 -0600 |
| commit | 03a7ad132cefb6c1a8927cc983925cc3fce71790 (patch) | |
| tree | b430571b2813664438431d4003fa038d98b6c5c8 | |
| parent | 38758c5d173585c80bcdf4f94618eff2d2d0237f (diff) | |
| download | meta-ti-03a7ad132cefb6c1a8927cc983925cc3fce71790.tar.gz | |
dsptop: Tweak SECURITY_STRINGFORMAT
A change in oe-core [1] has turned on higher security checks, but dsptop
will not build with all of them turned on. Remove a single setting to
get it building again.
[1] https://git.openembedded.org/openembedded-core/commit/?id=4c2d64c10a5b0437ab1ea04df22386f0f95124d1
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb index c5242d5e..85fc191d 100644 --- a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb +++ b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb | |||
| @@ -22,3 +22,5 @@ RDEPENDS:${PN} = "debugss-module-drv bash" | |||
| 22 | include dsptop.inc | 22 | include dsptop.inc |
| 23 | 23 | ||
| 24 | PARALLEL_MAKE = "" | 24 | PARALLEL_MAKE = "" |
| 25 | |||
| 26 | SECURITY_STRINGFORMAT:remove = "-Werror=format-security" | ||
