diff mbox series

[meta-ti,master,3/4] dsptop: Tweak SECURITY_STRINGFORMAT

Message ID 20260225025155.2981821-3-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master,1/4,v2] ti-rpmsg-char: Set DISABLE_STATIC = "" | expand

Commit Message

Ryan Eatmon Feb. 25, 2026, 2:51 a.m. UTC
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>
---
 meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"
 include dsptop.inc
 
 PARALLEL_MAKE = ""
+
+SECURITY_STRINGFORMAT:remove = "-Werror=format-security"