summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
index 777378369e..9d49e0d3e4 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
@@ -51,6 +51,8 @@ EXTRA_OECMAKE += "\
51TEST_SRC_DIR = "examples" 51TEST_SRC_DIR = "examples"
52LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" 52LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}"
53 53
54LDFLAGS:append:riscv32 = " -latomic"
55
54do_compile_ptest() { 56do_compile_ptest() {
55 mkdir -p "${B}/${TEST_SRC_DIR}" 57 mkdir -p "${B}/${TEST_SRC_DIR}"
56 58