From 922ecaf004c501847e7c0011498fc1d3ab022c60 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 24 Apr 2019 21:19:01 +0200 Subject: wpan-tools: update to 0.9 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-support/wpan-tools/wpan-tools_0.9.bb | 16 ++++++++++++++++ .../recipes-support/wpan-tools/wpan-tools_git.bb | 18 ------------------ 2 files changed, 16 insertions(+), 18 deletions(-) create mode 100644 meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb delete mode 100644 meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb (limited to 'meta-networking') 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 new file mode 100644 index 000000000..bab75fee3 --- /dev/null +++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.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=4cfd939b1d7e6aba9fcefb7f6e2fd45d" + +DEPENDS = "libnl" + +SRC_URI = "git://github.com/linux-wpan/wpan-tools" +SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb deleted file mode 100644 index b6d2f6923..000000000 --- a/meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb +++ /dev/null @@ -1,18 +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" - -PV = "0.8+git${SRCPV}" -SRC_URI = "git://github.com/linux-wpan/wpan-tools \ - " -SRCREV = "3f473f5136f89773997cb4fff2d8ed647734e2f5" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf