diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-02 11:05:41 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-04-25 15:53:45 -0400 |
commit | 2bf7775742cc51e5081c6dce472575c6bd8a1746 (patch) | |
tree | c5a605c78ae85365df5b31a978053f2312571cef /meta-networking/recipes-support/wpan-tools | |
parent | c5a04600817e0d34dfa151d46073a76b506b4c3d (diff) | |
download | meta-openembedded-2bf7775742cc51e5081c6dce472575c6bd8a1746.tar.gz |
wpan-tools: Add recipe
lowpan-utils should be removed in favor of this package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/wpan-tools')
-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 000000000..b6d2f6923 --- /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 | ||