mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00

Some of them were introduced by mass-removal of S = WORKDIR/git assignments; rather than try to fix up (or redo) just these, I've run this sed command over the whole tree: sed -i -z -E 's/([ \t\f\v\r]*\n){3,}/\n\n/g' `find . -name *.bb -o -name *.inc` The rationale is that more than one empty line is wasting vertical screen space, and does nothing for readability. (From OE-Core rev: cedc4ff7c9bcfb22a20e43e47f9759f4007a4f1a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
853 B
BlitzBasic
22 lines
853 B
BlitzBasic
SUMMARY = "Tools for working with sysfs"
|
|
DESCRIPTION = "Tools for working with the sysfs virtual filesystem. The tool 'systool' can query devices by bus, class and topology."
|
|
HOMEPAGE = "http://linux-diag.sourceforge.net/Sysfsutils.html"
|
|
|
|
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
|
LICENSE:${PN} = "GPL-2.0-only"
|
|
LICENSE:libsysfs = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dcc19fa9307a50017fca61423a7d9754 \
|
|
file://cmd/GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://lib/LGPL;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "git://github.com/linux-ras/sysfsutils.git;protocol=https;branch=master \
|
|
file://0001-Modify-my_strncat-function.patch \
|
|
"
|
|
|
|
SRCREV = "da2f1f8500c0af6663a56ce2bff07f67e60a92e0"
|
|
|
|
inherit autotools
|
|
|
|
PACKAGES =+ "libsysfs"
|
|
FILES:libsysfs = "${libdir}/lib*${SOLIBS}"
|