summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb')
-rw-r--r--meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
index 1583a3f83..445683541 100644
--- a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
@@ -5,15 +5,13 @@ SUMMARY = "OpenThread Daemon is an OpenThread POSIX build mode that runs OpenThr
5SECTION = "net" 5SECTION = "net"
6LICENSE = "BSD-3-Clause & Apache-2.0" 6LICENSE = "BSD-3-Clause & Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \ 7LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
8 file://third_party/mbedtls/repo/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 8 file://third_party/mbedtls/repo/LICENSE;md5=379d5819937a6c2f1ef1630d341e026d \
9 " 9 "
10DEPENDS = "readline" 10DEPENDS = "readline"
11SRCREV = "7dfde1f12923f03c9680be4d838b94b7a2320324" 11SRCREV = "90adc86d34e21a9e8f86d093c2190030042c4a59"
12PV = "0.1+git" 12PV = "0.1+git"
13 13
14SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ 14SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \
15 file://0001-bn_mul.h-fix-x86-PIC-inline-ASM-compilation-with-GCC.patch \
16 file://mbedtls.patch \
17 " 15 "
18 16
19S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
@@ -27,3 +25,5 @@ EXTRA_OECMAKE = "-DOT_DAEMON=ON \
27 -DOT_PLATFORM=posix \ 25 -DOT_PLATFORM=posix \
28 -DCMAKE_BUILD_TYPE=Release \ 26 -DCMAKE_BUILD_TYPE=Release \
29 " 27 "
28
29EXTRA_OECMAKE:append:libc-musl = " -DOT_TARGET_OPENWRT=ON"