summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-03-24 10:53:17 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-24 09:13:49 -0700
commit77ea4610d8d62ecb0bd3c4463172fe3b4d1a264f (patch)
tree2dcb77f5ff91738e689a9a2139c6a1380355b6dd
parent4fe575d155a02e8d286d1caaa14286d23ea74a84 (diff)
downloadmeta-openembedded-77ea4610d8d62ecb0bd3c4463172fe3b4d1a264f.tar.gz
protobuf: disable ptests for now
oe-core just moved from pkgconfig to pkgconf, which has broken the ptest buikd due to how fragile the compilation was. This will be revisited to build the tests properly, but for now simply disable the ptests. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-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