mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
546 B
BlitzBasic
17 lines
546 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=4cfd939b1d7e6aba9fcefb7f6e2fd45d"
|
|
|
|
DEPENDS = "libnl"
|
|
|
|
SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https"
|
|
SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|