1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-08 11:50:56 +00:00

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>
This commit is contained in:
Ryan Eatmon
2026-02-24 20:44:09 -06:00
parent 38758c5d17
commit 03a7ad132c
@@ -22,3 +22,5 @@ RDEPENDS:${PN} = "debugss-module-drv bash"
include dsptop.inc
PARALLEL_MAKE = ""
SECURITY_STRINGFORMAT:remove = "-Werror=format-security"