mbox series

[0/2] meta-openembedded: fix trailing whitespace

Message ID 20260825150145.64061-1-jaipaul.cheernam@est.tech
Headers show
Series meta-openembedded: fix trailing whitespace | expand

Message

Jaipaul Cheernam Aug. 25, 2026, 3:01 p.m. UTC
Bitbake now warns about trailing whitespace in parsed metadata lines.
Fix the affected files to silence the warnings during parsing.

Reported on:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/89/builds/4284/steps/15/logs/warnings

Jaipaul Cheernam (2):
  meta-python: fix trailing whitespace
  meta-networking: fix trailing whitespace

 meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb   | 2 +-
 .../recipes-core/images/meta-networking-image-ptest.bb        | 2 +-
 meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb     | 2 +-
 meta-networking/recipes-support/openvpn/openvpn_2.7.6.bb      | 4 ++--
 meta-networking/recipes-support/spice/spice_0.16.0.bb         | 4 ++--
 .../recipes-support/strongswan/strongswan_6.0.7.bb            | 2 +-
 .../recipes-devtools/python/python3-constantly_23.10.4.bb     | 2 +-
 meta-python/recipes-devtools/python/python3-glances_4.3.2.bb  | 2 +-
 meta-python/recipes-devtools/python/python3-pint_0.25.3.bb    | 2 +-
 .../recipes-extended/python-pytesseract/pytesseract_0.3.13.bb | 2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)