blob: b6d2f69235bdaa07ca7ca866a341a3d84be20d5c [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -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
11PV = "0.8+git${SRCPV}"
12SRC_URI = "git://github.com/linux-wpan/wpan-tools \
13 "
14SRCREV = "3f473f5136f89773997cb4fff2d8ed647734e2f5"
15
16S = "${WORKDIR}/git"
17
18inherit autotools pkgconfig