aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb')
-rw-r--r--meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb16
1 files changed, 16 insertions, 0 deletions
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 0000000000..bab75fee3f
--- /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