All of lore.kernel.org
 help / color / mirror / Atom feed
From: danismostlikely@gmail.com
To: openembedded-core@lists.openembedded.org
Subject: [master][krogoth][PATCH 5/5] pkgconfig: fix build with host gcc 6
Date: Tue, 10 May 2016 10:04:49 -0600	[thread overview]
Message-ID: <1462896289-15644-4-git-send-email-danismostlikely@gmail.com> (raw)
In-Reply-To: <1462896289-15644-1-git-send-email-danismostlikely@gmail.com>

From: Dan McGregor <danismostlikely@gmail.com>

From: Daniel McGregor <daniel.mcgregor@vecima.com>

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: Daniel McGregor <daniel.mcgregor@vecima.com>
---
 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index d34f608..88c99cd 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 ."
 
-- 
2.8.2



      parent reply	other threads:[~2016-05-10 16:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 16:04 [master][krogoth][PATCH v2 2/5] gcc 4.9: backport gperf fixes danismostlikely
2016-05-10 16:04 ` [master][krogoth][PATCH 3/5] openjade-native: work around bug exposed by GCC 6 danismostlikely
2016-05-14  1:03   ` Khem Raj
2016-05-10 16:04 ` [master][krogoth][PATCH 4/5] binutils: disable werror on native build danismostlikely
2016-05-10 16:04 ` danismostlikely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462896289-15644-4-git-send-email-danismostlikely@gmail.com \
    --to=danismostlikely@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.