summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-15 14:37:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-22 16:27:48 +0000
commitf111c2a12028d2ecda198ee0182b6a3317b3d422 (patch)
tree5224c005ac097f8d0a64afef02e42cd1c0d500eb /meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb
parent0291c2c1314d0691a1960d5e991c67c7a00304d1 (diff)
downloadpoky-f111c2a12028d2ecda198ee0182b6a3317b3d422.tar.gz
python-*: don't set PYPI_ARCHIVE_NAME and S when PYPI_PACKAGE is sufficient
There's no need to explicitly set PYPI_ARCHIVE_NAME and S when PYPI_PACKAGE is set correctly. (From OE-Core rev: e757a0595602dafcd95a988fb123a8fdb3d4d82b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb b/meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb
index 01fb3d47ce..cece2cb8cc 100644
--- a/meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb
+++ b/meta/recipes-devtools/python/python3-rpds-py_0.18.0.bb
@@ -10,8 +10,6 @@ require ${BPN}-crates.inc
10 10
11inherit pypi cargo-update-recipe-crates python_maturin 11inherit pypi cargo-update-recipe-crates python_maturin
12 12
13S = "${WORKDIR}/rpds_py-${PV}" 13PYPI_PACKAGE = "rpds_py"
14
15PYPI_ARCHIVE_NAME = "rpds_py-${PV}.${PYPI_PACKAGE_EXT}"
16 14
17BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"