All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
To: openembedded-devel@lists.openembedded.org
Cc: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Subject: [PATCH 1/2] meta-python: fix trailing whitespace
Date: Tue, 25 Aug 2026 17:01:44 +0200	[thread overview]
Message-ID: <20260825150145.64061-2-jaipaul.cheernam@est.tech> (raw)
In-Reply-To: <20260825150145.64061-1-jaipaul.cheernam@est.tech>

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

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../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 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb b/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
index 7645cdc132..7ea0a8616b 100644
--- a/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
+++ b/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e393e4ddd223e3a74982efa784f89fd7"
 
 SRC_URI[sha256sum] = "aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd"
 
-inherit pypi python_setuptools_build_meta 
+inherit pypi python_setuptools_build_meta
 
 DEPENDS += "python3-versioneer-native"
 
diff --git a/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb b/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb
index 9b8e529c87..e4cd7d59e7 100644
--- a/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-glances_4.3.2.bb
@@ -14,7 +14,7 @@ SRC_URI += " \
 "
 
 # psutil/jinja2/packaging are oe-core; fastapi/uvicorn/defusedxml are
-# meta-python. 
+# meta-python.
 RDEPENDS:${PN} += " \
     python3-psutil \
     python3-packaging \
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb b/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
index dd2a782b0e..c04fc48f87 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
@@ -20,7 +20,7 @@ RDEPENDS:${PN} += " \
 	python3-packaging \
 	python3-platformdirs \
 "
-# python3-misc for timeit.py 
+# python3-misc for timeit.py
 RDEPENDS:${PN}-ptest += " \
 	python3-appdirs \
 	python3-attrs \
diff --git a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
index 034568251b..ca41d1c66b 100644
--- a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
+++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
@@ -11,6 +11,6 @@ RDEPENDS:${PN}:append = " python3-packaging tesseract"
 
 PYPI_PACKAGE = "pytesseract"
 
-inherit pypi setuptools3 
+inherit pypi setuptools3
 
 BBCLASSEXTEND = "native"


  reply	other threads:[~2026-08-25 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25 15:01 [PATCH 0/2] meta-openembedded: fix trailing whitespace Jaipaul Cheernam
2026-08-25 15:01 ` Jaipaul Cheernam [this message]
2026-08-25 15:01 ` [PATCH 2/2] meta-networking: " Jaipaul Cheernam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260825150145.64061-2-jaipaul.cheernam@est.tech \
    --to=jaipaul.cheernam@est.tech \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.