[oe] [meta-oe][PATCH 0/2] Breakpad fix and upgrade

Anders Darander anders at chargestorm.se
Wed Apr 23 11:24:28 UTC 2014


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



More information about the Openembedded-devel mailing list