remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH

All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-03-08 18:21:07 +03:00
committed by Khem Raj
parent 2da0ae3cb2
commit fdfd510992
26 changed files with 0 additions and 47 deletions
@@ -18,8 +18,6 @@ RDEPENDS:${PN} = "python3-json"
inherit setuptools3
PIP_INSTALL_PACKAGE = "python_cson"
do_configure:prepend() {
echo "__version__=${PV}" > ${S}/version.py
}