mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +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
477 B
BlitzBasic
16 lines
477 B
BlitzBasic
SUMMARY = "Setuptools extension for CalVer package versions"
|
|
HOMEPAGE = "https://github.com/di/calver"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}"
|
|
SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7"
|
|
|
|
inherit python_setuptools_build_meta ptest-python-pytest
|
|
|
|
RDEPENDS:${PN}-ptest += " \
|
|
python3-pretend \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|