python3-scons: remove PIP_INSTALL_DIST_PATH

The default is good now, so remove this.

(From OE-Core rev: eef037f199d458e31afb570f9a4930c75c778b68)

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-08 19:31:27 +00:00
committed by Richard Purdie
parent 4a599c58a8
commit dc8d760f09

View File

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