diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-01-05 18:11:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 15:58:53 +0100 |
commit | ea4abd908f4feadd17741e1f3431bb7825e69630 (patch) | |
tree | 87b1e114fc76d9ae1bec14c286c50dcc211e09ff /meta-gnome | |
parent | fc3a1a7a91e131a4e5b2fac4ceb92dfa986169e0 (diff) | |
download | meta-openembedded-ea4abd908f4feadd17741e1f3431bb7825e69630.tar.gz |
gnome-system-monitor: fix build after update of gnome c++ bindings
In file included from <staging>/usr/include/c++/6.2.0/type_traits:35:0,
from <staging>/usr/include/sigc++-2.0/sigc++/visit_each.h:22,
from <staging>/usr/include/sigc++-2.0/sigc++/functors/slot.h:6,
from <staging>/usr/include/sigc++-2.0/sigc++/signal_base.h:27,
from <staging>/usr/include/sigc++-2.0/sigc++/signal.h:8,
from <staging>/usr/include/sigc++-2.0/sigc++/sigc++.h:104,
from <staging>/usr/include/glibmm-2.4/glibmm/thread.h:50,
from <staging>/usr/include/glibmm-2.4/glibmm.h:89,
from <staging>/usr/include/gtkmm-2.4/gtkmm.h:87,
from ../../gnome-system-monitor-2.28.2/src/procman.cpp:26:
<staging>/usr/include/c++/6.2.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
^~~~~
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb index d5fab628ff..7518bbb0a9 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | |||
@@ -20,6 +20,8 @@ do_configure_prepend() { | |||
20 | sed -i -e s:help::g ${S}/Makefile.am | 20 | sed -i -e s:help::g ${S}/Makefile.am |
21 | } | 21 | } |
22 | 22 | ||
23 | CXXFLAGS += "--std=c++11" | ||
24 | |||
23 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | 25 | RRECOMMENDS_${PN} = "adwaita-icon-theme" |
24 | 26 | ||
25 | FILES_${PN} += "${datadir}/icons \ | 27 | FILES_${PN} += "${datadir}/icons \ |