diff options
| author | Michal Sieron <michalwsieron@gmail.com> | 2026-03-29 23:37:02 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-29 15:01:52 -0700 |
| commit | d22c3b1bb7054e63c684f520290538e35cafaf91 (patch) | |
| tree | 7dfd5b8c6218becff067dccffa50d2c5eab8f12e /meta-python/recipes-devtools/python/python3-progress_1.6.1.bb | |
| parent | 0022c92973b7818db2795dfb31fef2d720d150f5 (diff) | |
| download | meta-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-progress_1.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-progress_1.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-progress_1.6.1.bb b/meta-python/recipes-devtools/python/python3-progress_1.6.1.bb index 57c0748a5c..9ec4ec2b66 100644 --- a/meta-python/recipes-devtools/python/python3-progress_1.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-progress_1.6.1.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "c1ba719f862ce885232a759eab47971fe74dfc7bb76ab8a51ef5940bad | |||
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN}:class-target += " \ | 10 | RDEPENDS:${PN}:append:class-target = " \ |
| 11 | python3-datetime \ | 11 | python3-datetime \ |
| 12 | python3-math \ | 12 | python3-math \ |
| 13 | " | 13 | " |
