diff options
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb index e5f8db24d..ec930de27 100644 --- a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb +++ b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb | |||
@@ -29,6 +29,8 @@ inherit pkgconfig cmake systemd | |||
29 | # for (uint8_t i = 0;; i++) | 29 | # for (uint8_t i = 0;; i++) |
30 | CXXFLAGS:append:libc-musl:toolchain-clang = " -Wno-error=sign-compare -Wno-error=unused-but-set-variable" | 30 | CXXFLAGS:append:libc-musl:toolchain-clang = " -Wno-error=sign-compare -Wno-error=unused-but-set-variable" |
31 | 31 | ||
32 | LDFLAGS:append:riscv32 = " -latomic" | ||
33 | |||
32 | EXTRA_OECMAKE = "-DBUILD_TESTING=OFF \ | 34 | EXTRA_OECMAKE = "-DBUILD_TESTING=OFF \ |
33 | -DOTBR_DBUS=ON \ | 35 | -DOTBR_DBUS=ON \ |
34 | -DOTBR_REST=ON \ | 36 | -DOTBR_REST=ON \ |