From fdfd5109923c4fb1d8da685642637901507269dc Mon Sep 17 00:00:00 2001 From: alperak Date: Fri, 8 Mar 2024 18:21:07 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb') diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb index e129c18d63..a98dfab6d9 100644 --- a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb @@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae inherit setuptools3 -PIP_INSTALL_PACKAGE = "python_distutils_extra" - S = "${WORKDIR}/python-distutils-extra-${PV}" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf