mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
meta-*: remove obsolete PYPA_WHEEL and PIP_INSTALL_PACKAGE assignments
These variables are no longer used by pip_install_wheel, so remove them from all recipes that set them. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,10 +7,3 @@ PYPI_PACKAGE = "Flask-Versioned"
|
||||
SRC_URI[sha256sum] = "516694dc860a1bc4f22ab60b324a85083c0150522be109282a3bed681057fd34"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
def get_pypa_wheel_name(d):
|
||||
return (d.getVar('PIP_INSTALL_DIST_PATH') + '/' + \
|
||||
d.getVar('PIP_INSTALL_PACKAGE') + '-' + \
|
||||
d.getVar('PV').replace('-', '.post') + '-*.whl')
|
||||
|
||||
PYPA_WHEEL = "${@get_pypa_wheel_name(d)}"
|
||||
|
||||
@@ -5,6 +5,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
|
||||
SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52"
|
||||
|
||||
inherit pypi setuptools_build_meta
|
||||
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.0.0-*.whl"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk native"
|
||||
|
||||
Reference in New Issue
Block a user