diff options
| -rw-r--r-- | meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb new file mode 100644 index 0000000000..b6d2f69235 --- /dev/null +++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack" | ||
| 2 | HOMEPAGE = "http://wpan.cakelab.org/releases/" | ||
| 3 | DESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \ | ||
| 4 | netlink interface. This requires recent kernel with nl802154 interface." | ||
| 5 | |||
| 6 | LICENSE = "ISC" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d" | ||
| 8 | |||
| 9 | DEPENDS = "libnl" | ||
| 10 | |||
| 11 | PV = "0.8+git${SRCPV}" | ||
| 12 | SRC_URI = "git://github.com/linux-wpan/wpan-tools \ | ||
| 13 | " | ||
| 14 | SRCREV = "3f473f5136f89773997cb4fff2d8ed647734e2f5" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
