All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] Breakpad fix and upgrade
@ 2014-04-23 11:24 Anders Darander
  2014-04-23 11:24 ` [meta-oe][PATCH 1/2] breakpad.bbclass: set includedir in CXXFLAGS Anders Darander
  2014-04-23 11:24 ` [meta-oe][PATCH 2/2] breakpad: update to latest svn Anders Darander
  0 siblings, 2 replies; 3+ messages in thread
From: Anders Darander @ 2014-04-23 11:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Anders Darander

Fixing a build issue with an internal Qt based application.

Using qt4e, CFLAGS were used and thus the include files were
found. However, when porting to Qt5, CFLAGS seems to no longer 
be used, and thus we need to also set CXXFLAGS.

While looking at the recipe in question, I thought it was just 
as good to update it to the latest svn.

The following changes since commit 0f56bc4e2818a051a511ceb48596cbfa2f51ff3d:

  dejagnu: recipe taken from openembedded (2014-04-21 13:31:48 +0200)

are available in the git repository at:

  git://github.com/darander/meta-oe HEAD
  https://github.com/darander/meta-oe/tree/breakpad-cflags

Anders Darander (2):
  breakpad.bbclass: set includedir in CXXFLAGS
  breakpad: update to latest svn

 meta-oe/classes/breakpad.bbclass                  | 1 +
 meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.0.0.rc0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-23 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 11:24 [meta-oe][PATCH 0/2] Breakpad fix and upgrade Anders Darander
2014-04-23 11:24 ` [meta-oe][PATCH 1/2] breakpad.bbclass: set includedir in CXXFLAGS Anders Darander
2014-04-23 11:24 ` [meta-oe][PATCH 2/2] breakpad: update to latest svn Anders Darander

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.