diff options
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.bb | 3 |
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', '' | |||
| 53 | CXXFLAGS:append:mipsarcho32 = " -latomic" | 53 | CXXFLAGS:append:mipsarcho32 = " -latomic" |
| 54 | CXXFLAGS:append:riscv32 = " -latomic" | 54 | CXXFLAGS:append:riscv32 = " -latomic" |
| 55 | 55 | ||
| 56 | # The ptests are not buildable now that pkgconf is being used, disable until fixed. | ||
| 57 | PTEST_ENABLED = "0" | ||
| 58 | |||
| 56 | do_compile_ptest() { | 59 | do_compile_ptest() { |
| 57 | mkdir -p "${B}/${TEST_SRC_DIR}" | 60 | mkdir -p "${B}/${TEST_SRC_DIR}" |
| 58 | 61 | ||
