mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-24 05:30:38 +00:00
30eb09f3bbb9583a4e7181858488f6259f4b381e
clang is more pedantic and throws below errors
../../libgphoto2-2.5.8/camlibs/ptp2/chdk.c:1131:14: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
sprintf(lua,luascript); /* This expands the %q inside the string too ... do not optimize away. */
^~~~~~~~~
Backport a patch to silence the warnings where it avoids
the use of sprintf all the way
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Collection of layers for the OE-core universe Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
84.4%
Shell
6.4%
C
3.1%
Roff
2.2%
NASL
2%
Other
1.7%