summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-25 05:10:01 +0000
committerKhem Raj <raj.khem@gmail.com>2015-09-25 05:10:01 +0000
commita3794da3b2440f6ac550e77c9f36d3b1aaed4762 (patch)
treefecd714a00614d2e4fea4047fd25892b92bb50b1 /recipes-core
parent09cf5c8614be7825e65bae8d7648eabf9c4dc08b (diff)
downloadmeta-clang-a3794da3b2440f6ac550e77c9f36d3b1aaed4762.tar.gz
glib-2.0: Fix build with clang/musl combo
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/glib-2.0/glib-2.0_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/glib-2.0/glib-2.0_%.bbappend b/recipes-core/glib-2.0/glib-2.0_%.bbappend
new file mode 100644
index 0000000..4a0f94a
--- /dev/null
+++ b/recipes-core/glib-2.0/glib-2.0_%.bbappend
@@ -0,0 +1 @@
CFLAGS_append_libc-musl = " -Wno-format-nonliteral"