[1/2] python3-scons: remove PIP_INSTALL_DIST_PATH

Message ID 20220308193128.1036345-1-ross.burton@arm.com
State Accepted, archived
Commit eef037f199d458e31afb570f9a4930c75c778b68
Headers show
Series [1/2] python3-scons: remove PIP_INSTALL_DIST_PATH | expand

Commit Message

Ross Burton March 8, 2022, 7:31 p.m. UTC
The default is good now, so remove this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-scons_4.3.0.bb | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta/recipes-devtools/python/python3-scons_4.3.0.bb b/meta/recipes-devtools/python/python3-scons_4.3.0.bb
index cfb075f65f..624f974805 100644
--- a/meta/recipes-devtools/python/python3-scons_4.3.0.bb
+++ b/meta/recipes-devtools/python/python3-scons_4.3.0.bb
@@ -8,7 +8,6 @@  SRC_URI += " file://0001-Fix-man-page-installation.patch"
 SRC_URI[sha256sum] = "d47081587e3675cc168f1f54f0d74a69b328a2fc90ec4feb85f728677419b879"
 
 PYPI_PACKAGE = "SCons"
-PIP_INSTALL_DIST_PATH = "${B}/build/dist"
 
 inherit pypi setuptools3