summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb
index 9b8c396045..93daa1804e 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb
@@ -19,6 +19,9 @@ SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x \
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-linking-error-with-ld-gold.patch \ 20 file://0001-Fix-linking-error-with-ld-gold.patch \
21 " 21 "
22SRC_URI:append:mips:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch "
23SRC_URI:append:mipsel:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch "
24
22S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
23 26
24inherit autotools-brokensep pkgconfig ptest 27inherit autotools-brokensep pkgconfig ptest