summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
index c31cef63cf..1abfc8819d 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
@@ -14,9 +14,8 @@ SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7"
14 14
15SRC_URI = "git://github.com/google/flatbuffers.git" 15SRC_URI = "git://github.com/google/flatbuffers.git"
16 16
17# Make sure C++11 is used, required for example for GCC 4.9 17CXXFLAGS += "-fPIC"
18CXXFLAGS += "-std=c++11 -fPIC" 18BUILD_CXXFLAGS += "-fPIC"
19BUILD_CXXFLAGS += "-std=c++11 -fPIC"
20 19
21# BUILD_TYPE=Release is required, otherwise flatc is not installed 20# BUILD_TYPE=Release is required, otherwise flatc is not installed
22EXTRA_OECMAKE += "\ 21EXTRA_OECMAKE += "\