From 40b503a494402483e0b7df6bcf39ceb63e4bddbc Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Thu, 28 Jan 2021 20:42:55 +0100
Subject: [PATCH] wpantund: Add initial recipe for the userspace WPAN network
 daemon

Linux daemon to interact with a network co-processor compatible OT
firmware for Thread network access.

The project itself is in maintenance mode and only accepts fixes and no
new fatures. Consider OpenThread Daemon as replacement.

Closes: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/3

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 .../openthread/wpantund_git.bb                | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-ohos-staging/recipes-connectivity/openthread/wpantund_git.bb

diff --git a/meta-ohos-staging/recipes-connectivity/openthread/wpantund_git.bb b/meta-ohos-staging/recipes-connectivity/openthread/wpantund_git.bb
new file mode 100644
index 00000000..3227b2a7
--- /dev/null
+++ b/meta-ohos-staging/recipes-connectivity/openthread/wpantund_git.bb
@@ -0,0 +1,21 @@
+SUMMARY = "wpantund, Userspace WPAN Network Daemon"
+SECTION = "net"
+LICENSE = "Apache-2.0 & MIT & BSL-1.0 & BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e7820bc7f7d1638a6b54fc2e8d7fb103 \
+                    file://third_party/assert-macros/LICENSE;md5=cbf35ecdc8161026afe4da2906fab204 \
+                    file://third_party/boost/LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c \
+                    file://third_party/fgetln/LICENSE;md5=389e03d2254ecad45d0d9bbdefef7129 \
+                    file://third_party/openthread/LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
+                    file://third_party/pt/LICENSE;md5=dcd598b69cad786beea33da7b1ae14b7 \
+                    "
+
+SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https"
+
+PV = "0.07.01+git${SRCPV}"
+SRCREV = "e62ad0af2f10144886b061d7f1d5cfd2a15db9ae"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "autoconf-archive dbus readline"
+
+inherit pkgconfig perlnative autotools
-- 
GitLab