summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-03-29 08:35:12 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-30 07:32:33 +0000
commit64d59ff0e0e835a53445b07257d3896fb48abfb5 (patch)
tree5d92c50306ac85b7b9d6208c8bbd4623e1b11bbb /meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend
parente7d4b6225809645a498cafe2d6ef137baf600327 (diff)
libuiomux: fix format security issues
Compiler option -Wformat-security found an issue with an printf in named-open test. Change-Id: If81ce4b1ced6d5e0d591301c9059f0dfbb799438 AGL-Issue: SPEC-504 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend')
-rw-r--r--meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend b/meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend
new file mode 100644
index 000000000..3e64886c0
--- /dev/null
+++ b/meta-agl-bsp/meta-renesas/recipes-multimedia/libuiomux/libuiomux_git.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+SRC_URI_append = " file://0001-Fix-Wformat-security-issue-in-named-open.patch"