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 <[email protected]> --- meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19602): https://lists.yoctoproject.org/g/meta-ti/message/19602 Mute This Topic: https://lists.yoctoproject.org/mt/117988954/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
