diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb | 2 |
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 += "\ | |||
51 | TEST_SRC_DIR = "examples" | 51 | TEST_SRC_DIR = "examples" |
52 | LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" | 52 | LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" |
53 | 53 | ||
54 | LDFLAGS:append:riscv32 = " -latomic" | ||
55 | |||
54 | do_compile_ptest() { | 56 | do_compile_ptest() { |
55 | mkdir -p "${B}/${TEST_SRC_DIR}" | 57 | mkdir -p "${B}/${TEST_SRC_DIR}" |
56 | 58 | ||