From d22c3b1bb7054e63c684f520290538e35cafaf91 Mon Sep 17 00:00:00 2001 From: Michal Sieron Date: Sun, 29 Mar 2026 23:37:02 +0200 Subject: meta-python: Convert confusing appends to override syntax While in this case `RDEPENDS:class-target +=` wouldn't result in any unwanted override, there is no guarantee there won't be a change, which would be hidden by this override. To avoid any surprises in the future let's use `:append:class-target =` syntax here. Signed-off-by: Michal Sieron Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb b/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb index 70652048f3..ee57717a5c 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN}-ptest += " \ python3-misc \ " -RDEPENDS:${PN}:class-target += "\ +RDEPENDS:${PN}:append:class-target = " \ python3-stringold \ python3-threading \ " -- cgit v1.2.3-54-g00ecf