[oe-commits] Martin Jansa : efl: add PACKAGECONFIG for c++11 and disable it by default

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 11:43:36 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 5e8e25fac30da779bebeec218ee4e27e4a9fcbb1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5e8e25fac30da779bebeec218ee4e27e4a9fcbb1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun 10 17:49:08 2014 +0200

efl: add PACKAGECONFIG for c++11 and disable it by default

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/efl.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc
index 752e3b7..f307ff9 100644
--- a/meta-efl/recipes-efl/efl/efl.inc
+++ b/meta-efl/recipes-efl/efl/efl.inc
@@ -51,6 +51,9 @@ PACKAGECONFIG_class-native = "lua-old"
 PACKAGECONFIG[opengl-full] = "--with-opengl=full,,virtual/libgl"
 PACKAGECONFIG[opengl-es] = "--with-opengl=es,,virtual/libgles2"
 PACKAGECONFIG[opengl-none] = "--with-opengl=none,,"
+# be aware when enabling this for efl-native, we don't provide gcc-native so you need to make
+# sure that all your builders have g++ which supports -std=gnu++11
+PACKAGECONFIG[c++11] = "--enable-c++11,--disable-c++11"
 PACKAGECONFIG[gstreamer] = "--enable-gstreamer,--disable-gstreamer,gstreamer"
 PACKAGECONFIG[gstreamer1] = "--enable-gstreamer1,--disable-gstreamer1,gstreamer1.0 gstreamer1.0-plugins-base"
 PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio"



More information about the Openembedded-commits mailing list