mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
protobuf-c: Remove workarounds for gcc < 6
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,10 +20,6 @@ SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
#make sure c++11 is used
|
||||
CXXFLAGS += "-std=c++11"
|
||||
BUILD_CXXFLAGS += "-std=c++11"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGE_BEFORE_PN = "${PN}-compiler"
|
||||
|
||||
Reference in New Issue
Block a user