diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb | 5 |
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 | ||
| 15 | SRC_URI = "git://github.com/google/flatbuffers.git" | 15 | SRC_URI = "git://github.com/google/flatbuffers.git" |
| 16 | 16 | ||
| 17 | # Make sure C++11 is used, required for example for GCC 4.9 | 17 | CXXFLAGS += "-fPIC" |
| 18 | CXXFLAGS += "-std=c++11 -fPIC" | 18 | BUILD_CXXFLAGS += "-fPIC" |
| 19 | BUILD_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 |
| 22 | EXTRA_OECMAKE += "\ | 21 | EXTRA_OECMAKE += "\ |
