[meta-networking][PATCH v2 3/4] wpantund: add new recipe


Stefan Schmidt
 

From: Stefan Schmidt <stefan.schmidt@...>

Wpantund is part of the OpenThread project. It is used in a scenario
where the Thread radio operates as a network co-processor (NCP) that is
connected over SPI/UART/USB to the host.

The project itself is in maintenance-only mode right now as the NCP
architecture has been replaced with radio co-processor (RCP) which is
implemented directly in openthread and ot-br-posix. None the less there
might still be project and products out there using it.

Signed-off-by: Stefan Schmidt <stefan.schmidt@...>
---
.../openthread/wpantund_git.bb | 27 +++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 meta-networking/recipes-connectivity/openthread/wpant=
und_git.bb

diff --git a/meta-networking/recipes-connectivity/openthread/wpantund_git=
.bb b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb
new file mode 100644
index 000000000..d8baacbb3
--- /dev/null
+++ b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb
@@ -0,0 +1,27 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+SUMMARY =3D "wpantund, Userspace WPAN Network Daemon"
+SECTION =3D "net"
+LICENSE =3D "Apache-2.0 & MIT & BSL-1.0 & BSD-3-Clause"
+LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3De7820bc7f7d1638a6b54fc2e8d7fb=
103 \
+ file://third_party/assert-macros/LICENSE;md5=3Dcbf35=
ecdc8161026afe4da2906fab204 \
+ file://third_party/boost/LICENSE;md5=3De4224ccaecb14=
d942c71d31bef20d78c \
+ file://third_party/fgetln/LICENSE;md5=3D389e03d2254e=
cad45d0d9bbdefef7129 \
+ file://third_party/openthread/LICENSE;md5=3D543b6fe9=
0ec5901a683320a36390c65f \
+ file://third_party/pt/LICENSE;md5=3Ddcd598b69cad786b=
eea33da7b1ae14b7 \
+ "
+DEPENDS =3D "autoconf-archive dbus readline"
+SRCREV =3D "0fb1f57e4224e2df3e630e146702bfcf63fbf07a"
+PV =3D "0.07.01+git${SRCPV}"
+
+SRC_URI =3D "gitsm://github.com/openthread/wpantund.git;protocol=3Dhttps=
;branch=3Dmaster \
+ "
+
+S =3D "${WORKDIR}/git"
+
+inherit pkgconfig perlnative autotools
+
+# CVE-2020-8916 has been fixed in commit
+# 3f108441e23e033b936e85be5b6877dd0a1fbf1c which is included in the SRCR=
EV
+CVE_CHECK_IGNORE =3D "CVE-2020-8916"
--=20
2.35.1

Join openembedded-devel@lists.openembedded.org to automatically receive all group messages.