diff mbox series

[meta-networking,29/30] wpan-tools: upgrade 0.9 -> 0.10

Message ID 1736843329-4131-29-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking,01/30] chrony: upgrade 4.5 -> 4.6.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 14, 2025, 8:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Delete unnecessary blank lines

Changelog:
 https://github.com/linux-wpan/wpan-tools/releases/tag/wpan-tools-0.10

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../wpan-tools/{wpan-tools_0.9.bb => wpan-tools_0.10.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/wpan-tools/{wpan-tools_0.9.bb => wpan-tools_0.10.bb} (77%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb
similarity index 77%
rename from meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb
rename to meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb
index 6b83cbd522..a0f9fb8b50 100644
--- a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb
+++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb
@@ -4,12 +4,12 @@  DESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \
 netlink interface. This requires recent kernel with nl802154 interface."
 
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f008711099e40902ad091ed6396f33ea"
 
 DEPENDS = "libnl"
 
 SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
-SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273"
+SRCREV = "91b0f038aef2f62cb6a222d190b887fdfd6bc164"
 
 S = "${WORKDIR}/git"