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.

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alper Ak 2025-06-23 13:20:56 +03:00 committed by Khem Raj
parent 77654bddba
commit 6d6f02ad1f
21 changed files with 0 additions and 23 deletions

View File

@ -15,7 +15,6 @@ SRC_URI = "\
PV = "1.4.2+git${SRCPV}" PV = "1.4.2+git${SRCPV}"
SRCREV = "9ae39f85ae6bee9761c36b9b5b80d675bc1fa369" SRCREV = "9ae39f85ae6bee9761c36b9b5b80d675bc1fa369"
DEPENDS = "libcamera libexif jpeg tiff libpng boost" DEPENDS = "libcamera libexif jpeg tiff libpng boost"
PACKAGECONFIG ??= "drm" PACKAGECONFIG ??= "drm"

View File

@ -32,7 +32,6 @@ SRC_URI = "\
SRCREV = "b276eb0d7bc3213363e97dbb681ef7c927be6c73" SRCREV = "b276eb0d7bc3213363e97dbb681ef7c927be6c73"
PROVIDES = "vlc" PROVIDES = "vlc"
RPROVIDES:${PN} = "${PROVIDES}" RPROVIDES:${PN} = "${PROVIDES}"
DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2"
SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git;branch=main;protocol=https" SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git;branch=main;protocol=https"
SRCREV = "dc688f354fe779c9267c208b99f310af87e79272" SRCREV = "dc688f354fe779c9267c208b99f310af87e79272"
inherit setuptools3 inherit setuptools3
DEPENDS += "python3-setuptools-scm-native" DEPENDS += "python3-setuptools-scm-native"

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e"
SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main;protocol=https" SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main;protocol=https"
SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40" SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40"
inherit setuptools3 inherit setuptools3
DEPENDS += "python3-setuptools-scm-native" DEPENDS += "python3-setuptools-scm-native"

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b72678307cc7c10910b5ef460216af07"
SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Motor.git;branch=main;protocol=https" SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Motor.git;branch=main;protocol=https"
SRCREV = "2251bfc0501d0acfb96c0a43f4f2b4c6a10ca14e" SRCREV = "2251bfc0501d0acfb96c0a43f4f2b4c6a10ca14e"
inherit setuptools3 inherit setuptools3
DEPENDS += "python3-setuptools-scm-native" DEPENDS += "python3-setuptools-scm-native"

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad4a8854b39ad474755ef1aea813bac"
SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_MotorKit.git;branch=main;protocol=https" SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_MotorKit.git;branch=main;protocol=https"
SRCREV = "8c1462b4129b21f6db156d1517abb017bb74b982" SRCREV = "8c1462b4129b21f6db156d1517abb017bb74b982"
inherit setuptools3 inherit setuptools3
DEPENDS += "python3-setuptools-scm-native" DEPENDS += "python3-setuptools-scm-native"

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7eb6b599fb0cfb06485c64cd4242f62"
SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_PCA9685.git;branch=main;protocol=https" SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_PCA9685.git;branch=main;protocol=https"
SRCREV = "2780c4102f4c23fbab252aa1198b61ba7e2d1b2c" SRCREV = "2780c4102f4c23fbab252aa1198b61ba7e2d1b2c"
inherit setuptools3 inherit setuptools3
DEPENDS += "python3-setuptools-scm-native" DEPENDS += "python3-setuptools-scm-native"

View File

@ -12,7 +12,6 @@ SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=https;branch=master
file://0001-config.txt-reintroduce-start_x.patch \ file://0001-config.txt-reintroduce-start_x.patch \
" "
PR = "r5" PR = "r5"
INHIBIT_DEFAULT_DEPS = "1" INHIBIT_DEFAULT_DEPS = "1"
@ -277,7 +276,6 @@ do_deploy() {
echo "dtoverlay=mcp2515-can0,oscillator=${CAN_OSCILLATOR},interrupt=${CAN0_INTERRUPT_PIN}" >>$CONFIG echo "dtoverlay=mcp2515-can0,oscillator=${CAN_OSCILLATOR},interrupt=${CAN0_INTERRUPT_PIN}" >>$CONFIG
fi fi
if [ "${ENABLE_GPIO_SHUTDOWN}" = "1" ]; then if [ "${ENABLE_GPIO_SHUTDOWN}" = "1" ]; then
if ([ "${ENABLE_I2C}" = "1" ] || [ "${PITFT}" = "1" ]) && [ -z "${GPIO_SHUTDOWN_PIN}" ]; then if ([ "${ENABLE_I2C}" = "1" ] || [ "${PITFT}" = "1" ]) && [ -z "${GPIO_SHUTDOWN_PIN}" ]; then
# By default GPIO shutdown uses the same pin as the (master) I2C SCL. # By default GPIO shutdown uses the same pin as the (master) I2C SCL.

View File

@ -11,7 +11,6 @@ SRC_URI = " \
SRCREV = "1bd0a1052b2e74d7af04de18d30b5edb12d8a423" SRCREV = "1bd0a1052b2e74d7af04de18d30b5edb12d8a423"
PV = "v2025.03.10-2712" PV = "v2025.03.10-2712"
RDEPENDS:${PN} += " \ RDEPENDS:${PN} += " \
coreutils \ coreutils \
python3 \ python3 \

View File

@ -12,7 +12,6 @@ SRC_URI = "\
" "
SRCREV = "fd4775bf90e037551532fc214a958074830bb80d" SRCREV = "fd4775bf90e037551532fc214a958074830bb80d"
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'update-rc.d', d)} inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'update-rc.d', d)}
# hciuart.service replaces what was brcm43438.service # hciuart.service replaces what was brcm43438.service
SYSTEMD_SERVICE:${PN} = "\ SYSTEMD_SERVICE:${PN} = "\

View File

@ -8,7 +8,6 @@ SRC_URI = " \
" "
SRCREV = "5ce3ef2b7f377c23fea440ca9df0e30f3f8447cf" SRCREV = "5ce3ef2b7f377c23fea440ca9df0e30f3f8447cf"
INHIBIT_DEFAULT_DEPS = "1" INHIBIT_DEFAULT_DEPS = "1"
do_install () { do_install () {

View File

@ -8,7 +8,6 @@ SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \
file://remove-initscript-lsb-dependency.patch \ file://remove-initscript-lsb-dependency.patch \
" "
SRCREV = "fbba9a7dcef0f352a11f8a2a5f6cbc15b62c0829" SRCREV = "fbba9a7dcef0f352a11f8a2a5f6cbc15b62c0829"
inherit update-rc.d autotools inherit update-rc.d autotools

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2a21fcca821a506d4c36f7bbecc0d009"
SRC_URI = "git://github.com/adafruit/Adafruit_Python_PureIO.git;branch=main;protocol=https" SRC_URI = "git://github.com/adafruit/Adafruit_Python_PureIO.git;branch=main;protocol=https"
SRCREV = "383b615ce9ff5bbefdf77652799f380016fda353" SRCREV = "383b615ce9ff5bbefdf77652799f380016fda353"
inherit setuptools3 inherit setuptools3
DEPENDS += "python3-setuptools-scm-native" DEPENDS += "python3-setuptools-scm-native"

View File

@ -12,4 +12,3 @@ SRCREV = "22b44e4765b4b78dc5b22394fff484e353d5914d"
SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \ SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
" "

View File

@ -15,7 +15,6 @@ SRC_URI = "git://github.com/raspberrypi/utils;protocol=https;branch=master"
SRCREV = "b9c63214c535d7df2b0fa6743b7b3e508363c25a" SRCREV = "b9c63214c535d7df2b0fa6743b7b3e508363c25a"
FILES:${PN}:append = " \ FILES:${PN}:append = " \
${datadir}/bash-completion/completions/pinctrl \ ${datadir}/bash-completion/completions/pinctrl \
${datadir}/bash-completion/completions/vcgencmd \ ${datadir}/bash-completion/completions/vcgencmd \

View File

@ -20,7 +20,6 @@ SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https;branch=m
PV = "0.0+git${SRCPV}" PV = "0.0+git${SRCPV}"
SRCREV = "e2ee6faa0d01a5ece06bcc74a47f37d7e6837310" SRCREV = "e2ee6faa0d01a5ece06bcc74a47f37d7e6837310"
inherit pkgconfig inherit pkgconfig
DEPENDS += "libpng userland" DEPENDS += "libpng userland"

View File

@ -51,7 +51,6 @@ SRC_URI = "\
SRC_URI:remove:toolchain-clang = "file://0021-cmake-Disable-format-overflow-warning-as-error.patch" SRC_URI:remove:toolchain-clang = "file://0021-cmake-Disable-format-overflow-warning-as-error.patch"
inherit cmake pkgconfig inherit cmake pkgconfig
ASNEEDED = "" ASNEEDED = ""
@ -62,7 +61,6 @@ EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-a
EXTRA_OECMAKE:append:aarch64 = " -DARM64=ON " EXTRA_OECMAKE:append:aarch64 = " -DARM64=ON "
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}"
PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE -DWAYLAND_SCANNER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,,wayland-native wayland" PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE -DWAYLAND_SCANNER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,,wayland-native wayland"

View File

@ -29,7 +29,6 @@ SRC_URI = " \
SRCREV = "78d6a07730e2d20c035899521ab67726dc028e1c" SRCREV = "78d6a07730e2d20c035899521ab67726dc028e1c"
PV = "1.2-9+rpt3" PV = "1.2-9+rpt3"
inherit allarch inherit allarch
CLEANBROKEN = "1" CLEANBROKEN = "1"

View File

@ -40,7 +40,6 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=https;branch=maste
SRC_URI:append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" SRC_URI:append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}"
COMPATIBLE_MACHINE = "^rpi$" COMPATIBLE_MACHINE = "^rpi$"
COMPATIBLE_HOST:aarch64 = "null" COMPATIBLE_HOST:aarch64 = "null"

View File

@ -14,7 +14,6 @@ RDEPENDS:${PN} = "python3-numbers \
SRC_URI = "git://git@github.com/waveform80/picamera.git;protocol=ssh;branch=master" SRC_URI = "git://git@github.com/waveform80/picamera.git;protocol=ssh;branch=master"
SRCREV = "7e4f1d379d698c44501fb84b886fadf3fc164b70" SRCREV = "7e4f1d379d698c44501fb84b886fadf3fc164b70"
inherit setuptools3 inherit setuptools3
COMPATIBLE_HOST = "null" COMPATIBLE_HOST = "null"

View File

@ -50,7 +50,6 @@ SRC_URI = "\
SRCREV = "1c363463c432c5ed492c7b759abb6e015b93b6b5" SRCREV = "1c363463c432c5ed492c7b759abb6e015b93b6b5"
# libraries to build in addition to avutil # libraries to build in addition to avutil
PACKAGECONFIG[avdevice] = "--enable-avdevice,--disable-avdevice" PACKAGECONFIG[avdevice] = "--enable-avdevice,--disable-avdevice"
PACKAGECONFIG[avfilter] = "--enable-avfilter,--disable-avfilter" PACKAGECONFIG[avfilter] = "--enable-avfilter,--disable-avfilter"