mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
meta: remove consecutive blank lines
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>
This commit is contained in:
committed by
Richard Purdie
parent
0ad5fb3431
commit
dc9faa3cdc
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
DEPENDS = "libaio"
|
||||
|
||||
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=https;branch=master \
|
||||
file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \
|
||||
"
|
||||
|
||||
@@ -13,5 +13,4 @@ SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protoc
|
||||
SRCREV = "135cbff90af2ba97d88f1472be595ce78721972c"
|
||||
PV = "1.14"
|
||||
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
@@ -15,7 +15,6 @@ SRCREV = "2d10aa2afe35527728db30b35ec491ecb6959e5c"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON = "-Dpython=disabled -Dvalgrind=disabled"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
# cases. For more advanced or production-grade scenarios, a more robust solution
|
||||
# is usually required—such as external signing or re-signing using e.g a HSM.
|
||||
|
||||
|
||||
SUMMARY = "Signing keys for the kernel FIT image"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
@@ -28,7 +27,6 @@ do_patch[noexec] = "1"
|
||||
do_configure[noexec] = "1"
|
||||
do_install[noexec] = "1"
|
||||
|
||||
|
||||
do_compile() {
|
||||
if [ "${UBOOT_SIGN_ENABLE}" = "0" ] && [ "${FIT_GENERATE_KEYS}" = "1" ]; then
|
||||
bbwarn "FIT_GENERATE_KEYS is set to 1 even though UBOOT_SIGN_ENABLE is set to 0. The keys will not be generated as they won't be used."
|
||||
|
||||
@@ -12,7 +12,6 @@ SRCREV = "bd47bd544c9ebc9f44bd88c2b2f2049230741058"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \
|
||||
"
|
||||
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON = "-Ddoc=false"
|
||||
|
||||
@@ -288,7 +288,6 @@ do_install() {
|
||||
cp wfx/LICEN[CS]E.* ${D}${nonarch_base_libdir}/firmware/wfx/
|
||||
}
|
||||
|
||||
|
||||
PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \
|
||||
${PN}-cw1200-license ${PN}-cw1200 \
|
||||
${PN}-ralink-license ${PN}-ralink \
|
||||
@@ -764,7 +763,6 @@ ALLOW_EMPTY:${PN}-qca = "1"
|
||||
# firmwares that are not already included in other -qca- packages.
|
||||
ALLOW_EMPTY:${PN}-qca-misc = "1"
|
||||
|
||||
|
||||
RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license"
|
||||
RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license"
|
||||
RDEPENDS:${PN}-ath10k-qca4019 += "${PN}-ath10k-license"
|
||||
@@ -1627,7 +1625,6 @@ LICENSE:${PN}-iwlwifi-9260 = "Firmware-iwlwifi_firmware"
|
||||
LICENSE:${PN}-iwlwifi-misc = "Firmware-iwlwifi_firmware"
|
||||
LICENSE:${PN}-iwlwifi-license = "Firmware-iwlwifi_firmware"
|
||||
|
||||
|
||||
FILES:${PN}-iwlwifi-license = "${nonarch_base_libdir}/firmware/LICENCE.iwlwifi_firmware"
|
||||
FILES:${PN}-iwlwifi-135-6 = "${nonarch_base_libdir}/firmware/iwlwifi-135-6.ucode*"
|
||||
FILES:${PN}-iwlwifi-3160-7 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-7.ucode*"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# Generated at 2025-06-05 16:29:20.725105+00:00 for kernel version 6.12.31
|
||||
# From cvelistV5 cve_2025-06-05_1600Z
|
||||
|
||||
|
||||
python check_kernel_cve_status_version() {
|
||||
this_version = "6.12.31"
|
||||
kernel_version = d.getVar("LINUX_VERSION")
|
||||
|
||||
@@ -23,12 +23,10 @@ FILES:kernel-vmlinux = ""
|
||||
ALLOW_EMPTY:kernel-vmlinux = "1"
|
||||
DESCRIPTION:kernel-vmlinux = "Kernel vmlinux meta package"
|
||||
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
COMPATIBLE_HOST = ".*-linux"
|
||||
|
||||
|
||||
SRC_URI = "file://COPYING.GPL"
|
||||
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
@@ -17,7 +17,6 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=http
|
||||
SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
|
||||
|
||||
|
||||
inherit autotools pkgconfig ptest python3targetconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-debug-info --disable-Werror"
|
||||
|
||||
@@ -13,7 +13,6 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.5;protocol=http
|
||||
SRCREV = "91c00f70884887ff5c4849a8e3d47e311a22ba9d"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>1(\.\d+)+)$"
|
||||
|
||||
|
||||
inherit autotools pkgconfig ptest
|
||||
|
||||
EXTRA_OECONF = "--disable-debug-info"
|
||||
|
||||
@@ -28,7 +28,6 @@ SRC_URI = "\
|
||||
file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \
|
||||
"
|
||||
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
SECTION = "base"
|
||||
|
||||
@@ -391,7 +391,6 @@ python do_package:prepend() {
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python"
|
||||
|
||||
RDEPENDS:${PN} += "elfutils bash"
|
||||
|
||||
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/fenrus75/powertop;protocol=https;branch=master \
|
||||
"
|
||||
SRCREV = "d51ad395436d4d1dcc3ca46e1519ffeb475bf651"
|
||||
|
||||
|
||||
LDFLAGS += "-pthread"
|
||||
|
||||
inherit autotools gettext pkgconfig bash-completion
|
||||
|
||||
@@ -12,7 +12,6 @@ SRCREV = "3a92ffe673c1621309a0b60892114495b651c9de"
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'
|
||||
COMPATIBLE_HOST:libc-musl = 'null'
|
||||
|
||||
|
||||
# systemtap can't be built without optimization, if someone tries to compile an
|
||||
# entire image as -O0, break with fatal.
|
||||
python () {
|
||||
|
||||
Reference in New Issue
Block a user