summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-30 00:12:13 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-31 10:06:32 -0700
commit704014e5a9106edb90ba21e4671bdfd5010720b1 (patch)
tree9286c5d7be1415f42a29eb3371fcd61f00d87de0 /meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
parent97045ab0132e7f0c1e4f262945552d028b0af52a (diff)
downloadmeta-openembedded-704014e5a9106edb90ba21e4671bdfd5010720b1.tar.gz
ot-daemon,ot-br-posix: Fix mbedtls module builds
Add a backport to fix build of mbedTLS on x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb')
-rw-r--r--meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
index f3f4c70fa..18703d6c4 100644
--- a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
@@ -12,6 +12,8 @@ SRCREV = "7dfde1f12923f03c9680be4d838b94b7a2320324"
12PV = "0.1+git${SRCPV}" 12PV = "0.1+git${SRCPV}"
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 \
15 " 17 "
16 18
17S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"