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:
Ross Burton 2022-03-11 17:00:25 +00:00 committed by Khem Raj
parent 1dda315dea
commit 168a39d2bf
7 changed files with 0 additions and 18 deletions

View File

@ -15,8 +15,6 @@ S = "${WORKDIR}/git"
inherit setuptools3 pkgconfig
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-*-*.whl"
RDEPENDS:${PN} = "bluez5"
TARGET_CC_ARCH += "${LDFLAGS}"

View File

@ -25,8 +25,6 @@ S = "${WORKDIR}/git"
UPSTREAM_CHECK_COMMITS = "1"
inherit setuptools3 ptest
PIP_INSTALL_PACKAGE = "scapy"
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-*-*.whl"
do_install:append() {
mv ${D}${bindir}/scapy ${D}${bindir}/scapy3

View File

@ -14,7 +14,6 @@ SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3"
S = "${WORKDIR}/git"
inherit setuptools3
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.9.8-*.whl"
RDEPENDS:${PN} = "python3 python3-core \
python3-ctypes python3-shell python3-json"

View File

@ -10,8 +10,6 @@ SRCREV = "6145b6484d220685edfd922d364afbf065127efe"
S = "${WORKDIR}/git"
inherit setuptools3
PIP_INSTALL_PACKAGE = "python_apt"
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.0.0-*.whl"
DEPENDS += "apt"
RDEPENDS:${PN} += "apt python3-core"

View File

@ -26,9 +26,6 @@ DEPENDS = "libaio util-linux"
inherit setuptools3 useradd
SETUPTOOLS_SETUP_PATH = "${S}/python"
PIP_INSTALL_DIST_PATH = "${B}/python/dist"
PIP_INSTALL_PACKAGE = "sanlock_python"
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.8.4-*.whl"
do_compile:prepend () {
oe_runmake -C ${S}/wdmd CMD_LDFLAGS="${LDFLAGS}" LIB_LDFLAGS="${LDFLAGS}"

View File

@ -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)}"

View File

@ -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"