mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 11:53:47 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
525 B
BlitzBasic
16 lines
525 B
BlitzBasic
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=f008711099e40902ad091ed6396f33ea"
|
|
|
|
DEPENDS = "libnl"
|
|
|
|
SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
|
|
SRCREV = "91b0f038aef2f62cb6a222d190b887fdfd6bc164"
|
|
|
|
|
|
inherit autotools pkgconfig
|