summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-05-12 23:52:19 +0300
committerKhem Raj <raj.khem@gmail.com>2020-05-12 14:16:19 -0700
commitb80664c82b6c7c459c23b26dadbefe50c2ee779a (patch)
tree21ddd8c82df4128f77c3161e3fea9cd8a48ceb57 /meta-oe/recipes-devtools
parentd6cc2498027453956cc7ed6bad05206f9fa0d759 (diff)
downloadmeta-openembedded-b80664c82b6c7c459c23b26dadbefe50c2ee779a.tar.gz
protobuf-c: Remove workarounds for gcc < 6
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-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 94c389357..bb8aecded 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"