From: Paul Barker <paul@pbarker.dev>
To: openembedded-core@lists.openembedded.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH 3/3] oelib: utils: Fix description of set_difference
Date: Fri, 03 Apr 2026 09:38:34 +0100 [thread overview]
Message-ID: <20260403-default-features-2-v1-3-cba2a1e6224c@pbarker.dev> (raw)
In-Reply-To: <20260403-default-features-2-v1-0-cba2a1e6224c@pbarker.dev>
Forgot to change the description when copy-pasting from set_intersect().
Signed-off-by: Paul Barker <paul@pbarker.dev>
---
meta/lib/oe/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oe/utils.py b/meta/lib/oe/utils.py
index 639c037c1a01..ed5dd5f45049 100644
--- a/meta/lib/oe/utils.py
+++ b/meta/lib/oe/utils.py
@@ -86,7 +86,7 @@ def set_intersect(variable1, variable2, d):
def set_difference(variable1, variable2, d):
"""
Expand both variables, interpret them as lists of strings, and return the
- intersection as a flattened string.
+ difference as a flattened string.
For example:
s1 = "a b c"
--
2.43.0
prev parent reply other threads:[~2026-04-03 8:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 8:38 [PATCH 0/3] Follow up patches for default features Paul Barker
2026-04-03 8:38 ` [PATCH 1/3] bitbake.conf: Document renamed default machine/distro features vars Paul Barker
2026-04-03 8:38 ` [PATCH 2/3] oelib: utils: Support opting out of all features Paul Barker
2026-04-03 8:38 ` Paul Barker [this message]
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=20260403-default-features-2-v1-3-cba2a1e6224c@pbarker.dev \
--to=paul@pbarker.dev \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox