1c342db35SBrad BishopSUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack"
2c342db35SBrad BishopHOMEPAGE = "http://wpan.cakelab.org/releases/"
3c342db35SBrad BishopDESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \
4c342db35SBrad Bishopnetlink interface. This requires recent kernel with nl802154 interface."
5c342db35SBrad Bishop
6c342db35SBrad BishopLICENSE = "ISC"
7c342db35SBrad BishopLIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d"
8c342db35SBrad Bishop
9c342db35SBrad BishopDEPENDS = "libnl"
10c342db35SBrad Bishop
11*595f6308SAndrew GeisslerSRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
12c342db35SBrad BishopSRCREV = "a316ca2caa746d60817400e5bf646c2820f09273"
13c342db35SBrad Bishop
14c342db35SBrad BishopS = "${WORKDIR}/git"
15c342db35SBrad Bishop
16c342db35SBrad Bishopinherit autotools pkgconfig
17