summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb b/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb
index 104c0f2c63..4af48b0b99 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb
@@ -53,6 +53,9 @@ LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', ''
53CXXFLAGS:append:mipsarcho32 = " -latomic" 53CXXFLAGS:append:mipsarcho32 = " -latomic"
54CXXFLAGS:append:riscv32 = " -latomic" 54CXXFLAGS:append:riscv32 = " -latomic"
55 55
56# The ptests are not buildable now that pkgconf is being used, disable until fixed.
57PTEST_ENABLED = "0"
58
56do_compile_ptest() { 59do_compile_ptest() {
57 mkdir -p "${B}/${TEST_SRC_DIR}" 60 mkdir -p "${B}/${TEST_SRC_DIR}"
58 61