diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb index 94c3893574..bb8aecded3 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | |||
@@ -20,10 +20,6 @@ SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | #make sure c++11 is used | ||
24 | CXXFLAGS += "-std=c++11" | ||
25 | BUILD_CXXFLAGS += "-std=c++11" | ||
26 | |||
27 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
28 | 24 | ||
29 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 25 | PACKAGE_BEFORE_PN = "${PN}-compiler" |