blob: 6b83cbd522d1e95be461f0babcf80e4c5c064969 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack"
2HOMEPAGE = "http://wpan.cakelab.org/releases/"
3DESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \
4netlink interface. This requires recent kernel with nl802154 interface."
5
6LICENSE = "ISC"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d"
8
9DEPENDS = "libnl"
10
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
Brad Bishopc342db32019-05-15 21:57:59 -040012SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig