diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-05-12 23:52:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-12 14:16:19 -0700 |
commit | b80664c82b6c7c459c23b26dadbefe50c2ee779a (patch) | |
tree | 21ddd8c82df4128f77c3161e3fea9cd8a48ceb57 /meta-oe/recipes-devtools | |
parent | d6cc2498027453956cc7ed6bad05206f9fa0d759 (diff) | |
download | meta-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.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 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 | ||
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" |