summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb
diff options
context:
space:
mode:
authorMichal Sieron <michalwsieron@gmail.com>2026-03-29 23:37:02 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-29 15:01:52 -0700
commitd22c3b1bb7054e63c684f520290538e35cafaf91 (patch)
tree7dfd5b8c6218becff067dccffa50d2c5eab8f12e /meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb
parent0022c92973b7818db2795dfb31fef2d720d150f5 (diff)
downloadmeta-openembedded-d22c3b1bb7054e63c684f520290538e35cafaf91.tar.gz
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 <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb
index 4844e10de1..281c73eec4 100644
--- a/meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.6.0.bb
@@ -11,6 +11,6 @@ DEPENDS += "\
11 python3-hatch-vcs-native \ 11 python3-hatch-vcs-native \
12" 12"
13 13
14RDEPENDS:${PN}:class-target += "\ 14RDEPENDS:${PN}:append:class-target = " \
15 python3-pyyaml \ 15 python3-pyyaml \
16" 16"