diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-31 12:03:05 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 13:42:34 +0000 |
| commit | c2da016918d1fda5bf63d94b59863f5013e482f9 (patch) | |
| tree | 7f1c5dd99c56a405c1ebd86f497461b5c4214752 /meta/recipes-devtools/python | |
| parent | c690181cd112ac6eac18c358b970f0ca0c73cd5f (diff) | |
| download | poky-c2da016918d1fda5bf63d94b59863f5013e482f9.tar.gz | |
meta/meta-selftest: Fix variable assignment whitespace
Recipes are much more readable with whitespace around the assignment operators.
Fix various assignments in OE-Core to show this is definitely the preferred
formatting.
(From OE-Core rev: 30ea609d3357fb3de911f2f6a5e6856c151b976a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_24.3.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.50.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.13.1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_24.3.0.bb b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb index edb99fafce..91fa418e7c 100644 --- a/meta/recipes-devtools/python/python3-attrs_24.3.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS += " \ | |||
| 12 | python3-hatch-fancy-pypi-readme-native \ | 12 | python3-hatch-fancy-pypi-readme-native \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN}+= " \ | 15 | RDEPENDS:${PN} += " \ |
| 16 | python3-compression \ | 16 | python3-compression \ |
| 17 | python3-crypt \ | 17 | python3-crypt \ |
| 18 | " | 18 | " |
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb index 23beff94e7..533c2e02aa 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb | |||
| @@ -16,7 +16,7 @@ python() { | |||
| 16 | 16 | ||
| 17 | DEPENDS += "python3 glib-2.0" | 17 | DEPENDS += "python3 glib-2.0" |
| 18 | 18 | ||
| 19 | SRCNAME="pygobject" | 19 | SRCNAME = "pygobject" |
| 20 | 20 | ||
| 21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz" | 21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz" |
| 22 | SRC_URI[sha256sum] = "8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212" | 22 | SRC_URI[sha256sum] = "8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212" |
diff --git a/meta/recipes-devtools/python/python3_3.13.1.bb b/meta/recipes-devtools/python/python3_3.13.1.bb index b2eaf9f439..d7a3bcc4bb 100644 --- a/meta/recipes-devtools/python/python3_3.13.1.bb +++ b/meta/recipes-devtools/python/python3_3.13.1.bb | |||
| @@ -93,7 +93,7 @@ EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}" | |||
| 93 | EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" | 93 | EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" |
| 94 | EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" | 94 | EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" |
| 95 | 95 | ||
| 96 | export CROSSPYTHONPATH="${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" | 96 | export CROSSPYTHONPATH = "${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" |
| 97 | 97 | ||
| 98 | EXTRANATIVEPATH += "python3-native" | 98 | EXTRANATIVEPATH += "python3-native" |
| 99 | 99 | ||
