mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01: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>
16 lines
577 B
BlitzBasic
16 lines
577 B
BlitzBasic
SUMMARY = "Modules to make unittest and pytest look like Automake output, for ptest"
|
|
HOMEPAGE = "https://gitlab.com/rossburton/python-unittest-automake-output"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b"
|
|
|
|
SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main \
|
|
file://0001-Update-__version__-to-match-the-tag-version.patch"
|
|
|
|
SRCREV = "aebdfb188e368c690ea55cf6c9c9ffa1a52def65"
|
|
|
|
inherit python_flit_core
|
|
|
|
RDEPENDS:${PN} += "python3-unittest"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|