aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2016-04-18 12:39:16 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2016-04-19 21:33:53 -0600
commit70a9f3d9cb93250a77041ee334db340fec4df6ae (patch)
tree4b86e77be736fd6d887255ff301054c946d1783a
parent736458caadf391b3af885e2b789eeb81396746e9 (diff)
downloadopenembedded-core-contrib-70a9f3d9cb93250a77041ee334db340fec4df6ae.tar.gz
pkgconfig: fix build with gcc 6
This simply disables the glib-2.0 warning identified by that recipe. This package depends on host glib, so we can't patch it. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index d34f608f11..88c99cd605 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -27,6 +27,7 @@ inherit autotools
EXTRA_OECONF = "--without-internal-glib"
EXTRA_OECONF_class-native = "--with-internal-glib"
EXTRA_OECONF_class-nativesdk = "--with-internal-glib"
+CFLAGS_append_class-native = " -Wno-error=format-nonliteral"
acpaths = "-I ."