mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
30 lines
1.4 KiB
BlitzBasic
30 lines
1.4 KiB
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
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 \
|
|
"
|
|
DEPENDS = "autoconf-archive dbus readline boost"
|
|
SRCREV = "8b5ce64c2f5bbf106cabfd015bcb3bdb2e0248d3"
|
|
PV = "0.07.01+git"
|
|
|
|
SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=master \
|
|
file://basename.patch \
|
|
"
|
|
|
|
|
|
inherit pkgconfig perlnative autotools
|
|
|
|
# There has not been a wpantund release as of yet that includes these fixes.
|
|
# That means cve-check can not match them. Once a new release comes we can
|
|
# remove the statement.
|
|
CVE_STATUS[CVE-2020-8916] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c"
|
|
CVE_STATUS[CVE-2021-33889] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c"
|