From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-support/wpan-tools/wpan-tools_0.9.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 external/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb (limited to 'external/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb') diff --git a/external/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb b/external/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb new file mode 100644 index 00000000..bab75fee --- /dev/null +++ b/external/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb @@ -0,0 +1,16 @@ +SUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack" +HOMEPAGE = "http://wpan.cakelab.org/releases/" +DESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \ +netlink interface. This requires recent kernel with nl802154 interface." + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d" + +DEPENDS = "libnl" + +SRC_URI = "git://github.com/linux-wpan/wpan-tools" +SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig -- cgit 1.2.3-korg