blob: 6a84897426ec5cad6beff0cdecc9ab3bd0d12d66 [file] [log] [blame]
Patrick Williams58776372022-04-13 09:07:35 -05001# SPDX-FileCopyrightText: Huawei Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4SUMMARY = "wpantund, Userspace WPAN Network Daemon"
5SECTION = "net"
6LICENSE = "Apache-2.0 & MIT & BSL-1.0 & BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e7820bc7f7d1638a6b54fc2e8d7fb103 \
8 file://third_party/assert-macros/LICENSE;md5=cbf35ecdc8161026afe4da2906fab204 \
9 file://third_party/boost/LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c \
10 file://third_party/fgetln/LICENSE;md5=389e03d2254ecad45d0d9bbdefef7129 \
11 file://third_party/openthread/LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
12 file://third_party/pt/LICENSE;md5=dcd598b69cad786beea33da7b1ae14b7 \
13 "
Patrick Williams03907ee2022-05-01 06:28:52 -050014DEPENDS = "autoconf-archive dbus readline boost"
Patrick Williams03514f12024-04-05 07:04:11 -050015SRCREV = "8b5ce64c2f5bbf106cabfd015bcb3bdb2e0248d3"
Patrick Williams73bd93f2024-02-20 08:07:48 -060016PV = "0.07.01+git"
Patrick Williams58776372022-04-13 09:07:35 -050017
18SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=master \
Patrick Williams03514f12024-04-05 07:04:11 -050019 file://basename.patch \
Patrick Williams58776372022-04-13 09:07:35 -050020 "
21
22S = "${WORKDIR}/git"
23
24inherit pkgconfig perlnative autotools
25
Patrick Williams58776372022-04-13 09:07:35 -050026# There has not been a wpantund release as of yet that includes these fixes.
27# That means cve-check can not match them. Once a new release comes we can
Patrick Williams2a254922023-08-11 09:48:11 -050028# remove the statement.
29CVE_STATUS[CVE-2020-8916] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c"
30CVE_STATUS[CVE-2021-33889] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c"