@@ -184,7 +184,7 @@ do_install:append() {
sed -i -e 's,@sbindir@,${sbindir},g' -e 's,@sysconfdir@,${sysconfdir},g' ${D}${sysconfdir}/init.d/avahi-*
}
-# At the time the postinst runs, dbus might not be setup so only restart if running
+# At the time the postinst runs, dbus might not be setup so only restart if running
# Don't exit early, because update-rc.d needs to run subsequently.
pkg_postinst:avahi-daemon () {
if [ -z "$D" ]; then
@@ -3,7 +3,7 @@ DESCRIPTION = "The base-files package creates the basic system directory structu
SECTION = "base"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f"
-# Removed all license related tasks in this recipe as license.bbclass
+# Removed all license related tasks in this recipe as license.bbclass
# now deals with this. In order to get accurate licensing on to the image:
# Set COPY_LIC_MANIFEST to just copy just the license.manifest to the image
# For the manifest and the license text for each package:
@@ -45,5 +45,5 @@ do_install () {
cp ${S}/gettext-runtime/po/remove-potcdate.sed ${D}${datadir}/gettext/po/
# The gettext recipe also installs the same Makevars.template at the same place, rename it
# cp ${S}/gettext-tools/po/Makevars.template ${D}${datadir}/gettext/po/Makevars.template.minimal
- cp ${S}/gettext-tools/wizard/po-templates/traditional/Makevars.template ${D}${datadir}/gettext/po/Makevars.template.minimal
+ cp ${S}/gettext-tools/wizard/po-templates/traditional/Makevars.template ${D}${datadir}/gettext/po/Makevars.template.minimal
}
@@ -15,7 +15,7 @@ do_install() {
done
}
-# sotruss script requires sotruss-lib.so (given by libsotruss package),
+# sotruss script requires sotruss-lib.so (given by libsotruss package),
# to produce trace of the library calls.
RDEPENDS:${PN} += "libsotruss"
@@ -12,7 +12,7 @@ do_install() {
install -m 0755 ${S}/init-install.sh ${D}/install.sh
}
-# While this package maybe an allarch due to it being a
+# While this package maybe an allarch due to it being a
# simple script, reality is that it is Host specific based
# on the COMPATIBLE_HOST below, which needs to take precedence
#inherit allarch
@@ -9,7 +9,7 @@ inherit_defer nativesdk
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
-# autoconf pulls in nativesdk-perl but perl-module-integer is needed to
+# autoconf pulls in nativesdk-perl but perl-module-integer is needed to
# build some recent linux kernels (5.14+) for arm
RDEPENDS:${PN} = "\
nativesdk-pkgconfig \
@@ -17,7 +17,7 @@ RDEPENDS:${PN} = "\
meta-environment-${MACHINE} \
"
-# When TUNE_ARCH changes but MACHINE does not (for example when a machine definition is updated),
+# When TUNE_ARCH changes but MACHINE does not (for example when a machine definition is updated),
# cross-canadian.bbclass prevents variable dependency propagation to TRANSLATED_TARGET_ARCH
# This will result in erroneous reuse of previous sstate packages. The following line
# establishes a direct dependency instead.
@@ -55,7 +55,7 @@ EXTRA_OECMAKE:append = " -DCURRENT_VENDOR=debian -DWITH_DOC=False \
"
PACKAGECONFIG ??= ""
-# usrmerge displays a runtime warning during package installation in case
+# usrmerge displays a runtime warning during package installation in case
# the system doesn't have merged /usr folders.
PACKAGECONFIG[usrmerge] = "-DREQUIRE_MERGED_USR=ON,-DREQUIRE_MERGED_USR=OFF"
@@ -1,5 +1,5 @@
SUMMARY = "A GNU tool that produce shell scripts to automatically configure software"
-DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \
+DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \
configure software source code packages. Autoconf creates a configuration script for a package from a template \
file that lists the operating system features that the package can use, in the form of M4 macro calls."
LICENSE = "GPL-3.0-or-later"
@@ -1,20 +1,20 @@
# Copyright (c) 2013 LG Electronics, Inc.
# Copyright (C) 2014 Intel Corp.
-# This recipe creates packages for the bootchart2 system-wide profiler daemon
+# This recipe creates packages for the bootchart2 system-wide profiler daemon
# and related utilities. Depending on the images you're building, additional
# configuration may be needed in order to use it.
#
# Packages:
# * bootchart2 - The daemon itself.
# * pybootchartgui - Python program to visualize and display the data
-# collected by bootchart2 or compatible daemons such as the original
+# collected by bootchart2 or compatible daemons such as the original
# bootchart.
# * bootchartd-stop-initscript - A SysV init script to stop data collection
# when booting completes (see below for details.)
#
-# While bootchart2 is designed to stop collecting data roughly when the boot
-# process completes, it is not exactly a stopwatch. It has a list of programs
+# While bootchart2 is designed to stop collecting data roughly when the boot
+# process completes, it is not exactly a stopwatch. It has a list of programs
# which are supposed signify that the boot process has completed (for example,
# openbox or gnome-shell,) but it waits a full 20 seconds after such a program
# is launched before stopping itself, to collect additional data.
@@ -30,22 +30,22 @@
# You might set this command to be launched by the desktop environment shipped
# on the image you're building after the other startup programs are complete.
# This will not incur the 20 second wait period and will cause bootchart2 to
-# behave a bit more like a stopwatch. An example of this is shown in this
+# behave a bit more like a stopwatch. An example of this is shown in this
# recipe, specifically the bootchartd-stop-initscript package, which stops data
# collection as the last action when switching to runlevels 2 through 5. You can
# add bootchartd-stop-initscript to IMAGE_INSTALL if you need to use it.
#
-# Unless you're doing something special, if your image does not launch an X
+# Unless you're doing something special, if your image does not launch an X
# window manager, you will need to add bootchartd-stop-initscript to your image.
#
# Bootchart2 can be started in two ways. Data collection can be initiated by
# running the following command:
# bootchartd start
# However, for the most complete data, the bootchart2 developers recommend
-# running it as PID 1. This can be done by adding the following to the kernel
+# running it as PID 1. This can be done by adding the following to the kernel
# command line parameters in the bootloader setup:
# init=/sbin/bootchartd
-# When invoked this way, bootchart2 will set itself up and then automatically
+# When invoked this way, bootchart2 will set itself up and then automatically
# run /sbin/init. For example, when booting the default qemux86 image, one might
# use a command like this:
# runqemu qemux86 bootparams="initcall_debug printk.time=y quiet \
@@ -54,10 +54,10 @@
# Neither method is actually implemented here, choose what works for you.
#
# If you are building your image with systemd instead of SysV init, bootchart2
-# includes systemd service files to begin collection automatically at boot and
+# includes systemd service files to begin collection automatically at boot and
# end collection automatically 20 seconds after the boot process has completed.
# However, be aware that systemd tends to start bootchart2 relatively late into
-# the boot process, so it's highly recommended to use bootchart2 as PID 1. If
+# the boot process, so it's highly recommended to use bootchart2 as PID 1. If
# you're using systemd and you wish to use another method to stop data
# collection at a time of your choosing, you may do so as long as you get to it
# before the 20 second timeout of the systemd service files. Also, you may write
@@ -76,8 +76,8 @@
# and find pybootchartgui in the native sysroot:
# bitbake bootchart2-native
# ./tmp/sysroots/x86_64-linux/usr/bin/pybootchartgui /path/to/bootchart.tgz
-# Note that, whether installed on your build system or on your image, the
-# pybootchartgui provided by this recipe does not support the -i option. You
+# Note that, whether installed on your build system or on your image, the
+# pybootchartgui provided by this recipe does not support the -i option. You
# will need to install pybootchartgui by other means in order to run it in
# interactive mode.
@@ -42,7 +42,7 @@ EXTRA_OECONF = "\
${@get_gcc_multiarch_setting(bb, d)} \
"
-# glibc version is a minimum controlling whether features are enabled.
+# glibc version is a minimum controlling whether features are enabled.
# Doesn't need to track glibc exactly
EXTRA_OECONF:append:libc-glibc = " --with-glibc-version=2.28 "
@@ -14,7 +14,7 @@
# gcc/config/mips/linux64.h
# gcc/config/rs6000/linux64.h
-MULTILIB_OPTION_WHITELIST ??= "-m32 -m64 -mx32 -mabi=n32 -mabi=32 -mabi=64"
+MULTILIB_OPTION_WHITELIST ??= "-m32 -m64 -mx32 -mabi=n32 -mabi=32 -mabi=64"
python gcc_multilib_setup() {
import re
@@ -102,7 +102,7 @@ do_install () {
install -d ${D}${datadir}/gdb/auto-load/${libdir}
mv ${D}${libdir}/libstdc++*-gdb.py ${D}${datadir}/gdb/auto-load/${libdir}
if [ -d ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include ]; then
- install -d ${D}${libdir}/${TARGET_SYS}/${BINV}/include
+ install -d ${D}${libdir}/${TARGET_SYS}/${BINV}/include
mv ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include/* ${D}${libdir}/${TARGET_SYS}/${BINV}/include
rmdir --ignore-fail-on-non-empty -p ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include
fi
@@ -13,7 +13,7 @@ do_compile() {
rm -f $archconf
ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS}"
priority=1
- for arch in $ipkgarchs; do
+ for arch in $ipkgarchs; do
echo "arch $arch $priority" >> $archconf
priority=$(expr $priority + 5)
done
@@ -310,8 +310,8 @@ PACKAGES += "${PN}-pod"
FILES:${PN}-pod = "${libdir}/perl5/${PV}/pod \
${libdir}/perl5/${PV}/*.pod \
${libdir}/perl5/${PV}/*/*.pod \
- ${libdir}/perl5/${PV}/*/*/*.pod \
- ${libdir}/perl5/${PV}/*/*/*/*.pod \
+ ${libdir}/perl5/${PV}/*/*/*.pod \
+ ${libdir}/perl5/${PV}/*/*/*/*.pod \
"
PACKAGES += "${PN}-module-cpan ${PN}-module-unicore"
@@ -77,7 +77,7 @@ warn_32bit_missing() {
}
# Two below are the same
-# If necessary compile for the alternative machine arch. This is only
+# If necessary compile for the alternative machine arch. This is only
# necessary in a native build.
do_compile:prepend:class-native () {
maybe_make32
@@ -96,7 +96,7 @@ do_compile:prepend:class-native () {
oe_runmake ${MAKEOPTS} libpseudo
eval "$save_traps"
# prevent it from removing the lib, but remove everything else
- make 'LIB=foo' ${MAKEOPTS} distclean
+ make 'LIB=foo' ${MAKEOPTS} distclean
fi
}
@@ -108,7 +108,7 @@ do_compile:prepend:class-nativesdk () {
./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${baselib} --with-sqlite=${STAGING_DIR_TARGET}${exec_prefix} --bits=32 --without-rpath
oe_runmake ${MAKEOPTS} libpseudo
# prevent it from removing the lib, but remove everything else
- make 'LIB=foo' ${MAKEOPTS} distclean
+ make 'LIB=foo' ${MAKEOPTS} distclean
fi
}
@@ -115,7 +115,7 @@ do_install_ptest () {
cp -r ${S}/tool/lib ${D}${PTEST_PATH}/tool/
mkdir -p ${D}${PTEST_PATH}/lib
cp -r ${S}/lib/did_you_mean ${D}${PTEST_PATH}/lib
- cp ${D}${libdir}/ruby/${SHRT_VER}.0/did_you_mean.rb ${D}${PTEST_PATH}/lib
+ cp ${D}${libdir}/ruby/${SHRT_VER}.0/did_you_mean.rb ${D}${PTEST_PATH}/lib
# install test-binaries
# These .so files have sporadic reproducibility fails as seen here:
@@ -71,7 +71,7 @@ do_install:append() {
# if libnftnl is included, make the iptables symlink point to the nft-based binary by default
if ${@bb.utils.contains('PACKAGECONFIG', 'libnftnl', 'true', 'false', d)} ; then
- ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables
+ ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables
ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-save
ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-restore
# ethertypes is provided by the netbase package
@@ -37,7 +37,7 @@ CACHED_CONFIGUREVARS += "mc_cv_have_zipinfo=yes"
do_install:append () {
sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
-
+
rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541
}
@@ -47,8 +47,8 @@ SUMMARY:${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \
${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \
- ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \
- ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \
+ ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \
+ ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \
${libexecdir}/mc/extfs.d/uzip"
RDEPENDS:${BPN}-helpers-perl = "perl"
@@ -1,7 +1,7 @@
SUMMARY = "Perl module for using and building Perl SAX2 XML processors"
HOMEPAGE = "https://metacpan.org/dist/XML-SAX"
DESCRIPTION = "XML::SAX consists of several framework classes for using and \
-building Perl SAX2 XML parsers, filters, and drivers. It is designed \
+building Perl SAX2 XML parsers, filters, and drivers. It is designed \
around the need to be able to "plug in" different SAX parsers to an \
application without requiring programmer intervention. Those of you \
familiar with the DBI will be right at home. Some of the designs \
@@ -18,8 +18,8 @@ SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
inherit autotools gettext
-# Upstream has a custom autogen.sh which invokes po/update-potfiles as they
-# don't ship a po/POTFILES.in (which is silly). Without that file gettext
+# Upstream has a custom autogen.sh which invokes po/update-potfiles as they
+# don't ship a po/POTFILES.in (which is silly). Without that file gettext
# doesn't believe po/ is a gettext directory and won't generate po/Makefile.
do_configure:prepend() {
( cd ${S} && po/update-potfiles )
@@ -24,7 +24,7 @@ do_install:append() {
find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f
find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f
find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f
- find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f
+ find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f
}
FILES:${PN} += " ${libdir}/X11/fonts ${datadir}"
@@ -26,7 +26,7 @@ inherit meson pkgconfig
# These are for the tests and demos, which we don't install
EXTRA_OEMESON = "-Dgtk=disabled -Dlibpng=disabled"
# ld: pixman/libpixman-mmx.a(pixman-mmx.c.o):
-# linking mips:loongson_2f module with previous mips:isa64 modules
+# linking mips:loongson_2f module with previous mips:isa64 modules
EXTRA_OEMESON += "-Dloongson-mmi=disabled"
EXTRA_OEMESON:append:class-target:powerpc = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled", d)}"
@@ -22,7 +22,7 @@ do_configure() {
:
}
-do_compile() {
+do_compile() {
:
}
@@ -5,14 +5,14 @@ SECTION = "devel"
LICENSE = "GPL-2.0-only"
#########################################################################
-#### PLEASE READ
+#### PLEASE READ
#########################################################################
#
# You're probably looking here thinking you need to create some new copy
-# of linux-libc-headers since you have your own custom kernel. To put
+# of linux-libc-headers since you have your own custom kernel. To put
# this simply, you DO NOT.
#
-# Why? These headers are used to build the libc. If you customise the
+# Why? These headers are used to build the libc. If you customise the
# headers you are customising the libc and the libc becomes machine
# specific. Most people do not add custom libc extensions to the kernel
# and have a machine specific libc.
@@ -27,7 +27,7 @@ LICENSE = "GPL-2.0-only"
#
# There can also be a case where your kernel extremely old and you want
# an older libc ABI for that old kernel. The headers installed by this
-# recipe should still be a standard mainline kernel, not your own custom
+# recipe should still be a standard mainline kernel, not your own custom
# one.
#
# -- RP
@@ -131,7 +131,7 @@ do_install() {
rm -f $kerneldir/build/include/generated/.vdso-offsets.h.cmd
rm -f $kerneldir/build/include/generated/.compat_vdso-offsets.h.cmd
rm -f $kerneldir/build/include/generated/.vdso32-offsets.h.cmd
- rm -f $kerneldir/build/include/generated/.vdso64-offsets.h.cmd
+ rm -f $kerneldir/build/include/generated/.vdso64-offsets.h.cmd
)
# now grab the chunks from the source tree that we need
@@ -73,7 +73,7 @@ FILES:${PN} += "${libdir}/lttng/libexec/* ${datadir}/xml/lttng \
FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la"
-# Since files are installed into ${libdir}/lttng/libexec we match
+# Since files are installed into ${libdir}/lttng/libexec we match
# the libexec insane test so skip it.
# Python module needs to keep _lttng.so
INSANE_SKIP:${PN} = "libexec dev-so"
@@ -445,4 +445,4 @@ perf_fix_sources () {
# Rust in kernel support pulls in clang-native, which satisfies the
# BUILD_BPF_SKEL dependency checks and causes perf to attempt
# building bpftool, resulting in a build failure.
-PACKAGECONFIG[bpf-skel] = ",BUILD_BPF_SKEL=0"
+PACKAGECONFIG[bpf-skel] = ",BUILD_BPF_SKEL=0"
@@ -75,13 +75,13 @@ LIBCAP_PTEST_TESTS = " \
exploit \
noexploit \
"
-
+
do_compile_ptest() {
oe_runmake -C tests ${LIBCAP_PTEST_TESTS} \
AR="${AR}" \
CC="${CC}" \
RANLIB="${RANLIB}" \
- OBJCOPY="${OBJCOPY}"
+ OBJCOPY="${OBJCOPY}"
oe_runmake -C libcap cap_test \
AR="${AR}" \
CC="${CC}" \
@@ -15,7 +15,7 @@ SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \
file://CVE-2026-55199.patch \
file://CVE-2025-15661-1.patch \
file://CVE-2025-15661-2.patch \
- file://CVE-2025-15661-3.patch \
+ file://CVE-2025-15661-3.patch \
file://CVE-2026-66032.patch \
file://CVE-2026-66033.patch \
file://CVE-2026-66034.patch \
@@ -1,5 +1,5 @@
SUMMARY = "Development package for building Applications that use numa"
-HOMEPAGE = "http://oss.sgi.com/projects/libnuma/"
+HOMEPAGE = "http://oss.sgi.com/projects/libnuma/"
DESCRIPTION = "Simple NUMA policy support. It consists of a numactl program \
to run other programs with a specific NUMA policy and a libnuma to do \
allocations with NUMA policy in applications."
Fix trailing whitespace in recipe files to resolve bitbake parsing warnings. Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- meta/recipes-connectivity/avahi/avahi_0.9.bb | 2 +- .../base-files/base-files_3.0.14.bb | 2 +- .../gettext/gettext-minimal-native_1.0.bb | 2 +- meta/recipes-core/glibc/glibc-scripts.inc | 2 +- .../initramfs-live-install_1.0.bb | 2 +- .../nativesdk-packagegroup-sdk-host.bb | 2 +- .../packagegroup-cross-canadian.bb | 2 +- meta/recipes-devtools/apt/apt_3.0.3.bb | 2 +- .../autoconf/autoconf_2.73.bb | 2 +- .../bootchart2/bootchart2_0.14.9.bb | 24 +++++++++---------- .../gcc/gcc-configure-common.inc | 2 +- .../gcc/gcc-multilib-config.inc | 2 +- meta/recipes-devtools/gcc/gcc-runtime.inc | 2 +- .../opkg/opkg-arch-config_1.0.bb | 2 +- meta/recipes-devtools/perl/perl_5.44.0.bb | 4 ++-- meta/recipes-devtools/pseudo/pseudo.inc | 6 ++--- meta/recipes-devtools/ruby/ruby_4.0.6.bb | 2 +- .../iptables/iptables_1.8.13.bb | 2 +- meta/recipes-extended/mc/mc_4.8.33.bb | 6 ++--- .../perl/libxml-sax-perl_1.02.bb | 2 +- meta/recipes-extended/psmisc/psmisc_23.7.bb | 4 ++-- .../xorg-font/xorg-font-common.inc | 2 +- .../xorg-lib/pixman_0.46.4.bb | 2 +- .../kern-tools/kern-tools-native_git.bb | 2 +- .../linux-libc-headers/linux-libc-headers.inc | 8 +++---- meta/recipes-kernel/linux/kernel-devsrc.bb | 2 +- .../lttng/lttng-tools_2.15.1.bb | 2 +- meta/recipes-kernel/perf/perf.bb | 2 +- meta/recipes-support/libcap/libcap_2.78.bb | 4 ++-- .../recipes-support/libssh2/libssh2_1.11.1.bb | 2 +- .../recipes-support/numactl/numactl_2.0.19.bb | 2 +- 31 files changed, 52 insertions(+), 52 deletions(-)