summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb
diff options
context:
space:
mode:
authorAdrian Herrera <adrian.herrera@arm.com>2021-01-14 11:14:58 +0000
committerKhem Raj <raj.khem@gmail.com>2021-01-14 10:11:15 -0800
commitb7f255216efb822ad14592372afe32e9f16b0bf3 (patch)
tree993141c707e80fd525c4de6331636c13138d0a01 /meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb
parent502f6b66c41f70d5fcaea71aa2220d8c376f5890 (diff)
downloadmeta-openembedded-b7f255216efb822ad14592372afe32e9f16b0bf3.tar.gz
protobuf: apply fix for pkg-config pthread flags
This upstream fix solves an issue by which the protobuf pkg-config linker flags did not provide -pthread. This can result in segmentation faults due to no available pthread library. See https://github.com/protocolbuffers/protobuf/issues/8059 for details on the issue. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: I628be3b352a2e3bd70a046c8c3b3fe1f10fb9669 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb
index 31e3bcc5b1..00f1e99d35 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb
@@ -17,6 +17,7 @@ SRC_URI = "git://github.com/protocolbuffers/protobuf.git \
17 file://0001-protobuf-fix-configure-error.patch \ 17 file://0001-protobuf-fix-configure-error.patch \
18 file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ 18 file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \
19 file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ 19 file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \
20 file://0001-fix-m4-pthread-update.patch \
20" 21"
21S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
22 23