summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb4
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
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23#make sure c++11 is used
24CXXFLAGS += "-std=c++11"
25BUILD_CXXFLAGS += "-std=c++11"
26
27inherit autotools pkgconfig 23inherit autotools pkgconfig
28 24
29PACKAGE_BEFORE_PN = "${PN}-compiler" 25PACKAGE_BEFORE_PN = "${PN}-compiler"