meta: remove obsolete PIP_INSTALL_PACKAGE

PIP_INSTALL_PACKAGE isn't used anymore, so remove all instances of it
from the recipes.

(From OE-Core rev: 15baf24f750ab2c8b0a46d4a3bf2ae9bfa3d0aff)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2022-03-11 12:02:04 +00:00
committed by Richard Purdie
parent b538705ed5
commit 7f6966555c
12 changed files with 0 additions and 18 deletions

View File

@@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "042039928120fbf392e8c983d60f3d8ae1b88f90a9f8fd7188ddd9c26c
inherit pypi setuptools3
PIP_INSTALL_PACKAGE = "python_subunit"
RDEPENDS:${PN} = " python3-testtools"
BBCLASSEXTEND = "nativesdk"