diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-08 19:31:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-10 13:07:37 +0000 |
commit | dc8d760f0956792e4e6a7e43316b31b93e57bd31 (patch) | |
tree | 23a5c7307e7dbae12d4232e3973e15ba733a6a23 | |
parent | 4a599c58a8ddd99910b2fbbe490ec562be9117f1 (diff) | |
download | poky-dc8d760f0956792e4e6a7e43316b31b93e57bd31.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/python/python3-scons_4.3.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
8 | SRC_URI[sha256sum] = "d47081587e3675cc168f1f54f0d74a69b328a2fc90ec4feb85f728677419b879" | 8 | SRC_URI[sha256sum] = "d47081587e3675cc168f1f54f0d74a69b328a2fc90ec4feb85f728677419b879" |
9 | 9 | ||
10 | PYPI_PACKAGE = "SCons" | 10 | PYPI_PACKAGE = "SCons" |
11 | PIP_INSTALL_DIST_PATH = "${B}/build/dist" | ||
12 | 11 | ||
13 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
14 | 13 | ||