From 52d727c6f72b64778fb46eb1454eff8c39ad95bf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Jan 2025 16:28:48 +0800 Subject: wpan-tools: upgrade 0.9 -> 0.10 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 Signed-off-by: Khem Raj --- .../recipes-support/wpan-tools/wpan-tools_0.10.bb | 16 ++++++++++++++++ .../recipes-support/wpan-tools/wpan-tools_0.9.bb | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb delete mode 100644 meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb new file mode 100644 index 0000000000..a0f9fb8b50 --- /dev/null +++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb @@ -0,0 +1,16 @@ +SUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack" +HOMEPAGE = "http://wpan.cakelab.org/releases/" +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=f008711099e40902ad091ed6396f33ea" + +DEPENDS = "libnl" + +SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https" +SRCREV = "91b0f038aef2f62cb6a222d190b887fdfd6bc164" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb deleted file mode 100644 index 6b83cbd522..0000000000 --- a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack" -HOMEPAGE = "http://wpan.cakelab.org/releases/" -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" - -DEPENDS = "libnl" - -SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https" -SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf