summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-09-11 16:22:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-13 07:42:28 +0100
commitb49872c9be5f731810abd7cf7d0394b2baeb852d (patch)
treefbd5e72763e8666ebd608616e7aa027a6ba5b627 /meta/recipes-devtools
parent53535f67aef011f0fe8365ef99ca01b8b00e4b9e (diff)
downloadpoky-b49872c9be5f731810abd7cf7d0394b2baeb852d.tar.gz
python3: remove redundant assignments
_PYTHON_PROJECT_BASE and _PYTHON_PROJECT_SRC appear to be set in setup.py from the source directory and build directory correctly, so this is redundant. (From OE-Core rev: 983206d4ccab2b27adba2776f73c0c711d3ec98e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.6.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb
index c2af5e9b48..d341b2773e 100644
--- a/meta/recipes-devtools/python/python3_3.5.6.bb
+++ b/meta/recipes-devtools/python/python3_3.5.6.bb
@@ -72,8 +72,6 @@ EXTRA_OECONF += "CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}
72PYTHON3_PROFILE_TASK ?= "./python -m test.regrtest --pgo test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_support || true" 72PYTHON3_PROFILE_TASK ?= "./python -m test.regrtest --pgo test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_support || true"
73 73
74export CROSS_COMPILE = "${TARGET_PREFIX}" 74export CROSS_COMPILE = "${TARGET_PREFIX}"
75export _PYTHON_PROJECT_BASE = "${B}"
76export _PYTHON_PROJECT_SRC = "${S}"
77export CCSHARED = "-fPIC" 75export CCSHARED = "-fPIC"
78 76
79# Fix cross compilation of different modules 77# Fix cross compilation of different modules