diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-09-10 14:31:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-13 07:42:28 +0100 |
| commit | 0fa20ac73bbff4c7c24123360468464cff003e3a (patch) | |
| tree | 41ae3baf48445ec464ebcb8b96e651d4caa93341 /meta/recipes-devtools/python/python3_3.5.5.bb | |
| parent | e0fb62596f1704a9656ff46231b9fac896ad13b2 (diff) | |
| download | poky-0fa20ac73bbff4c7c24123360468464cff003e3a.tar.gz | |
python3: remove redundant patch
None of the Python invocations that this changes are actually called, and
there's no need to provide a HOSTPGEN variable when the recipe can just override
PGEN directly.
(From OE-Core rev: 47a8602171428b7ce5d897f7e2c2f26b203b8b63)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.5.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb index 93878e4e45..6598b486af 100644 --- a/meta/recipes-devtools/python/python3_3.5.5.bb +++ b/meta/recipes-devtools/python/python3_3.5.5.bb | |||
| @@ -11,7 +11,6 @@ DISTRO_SRC_URI ?= "file://sitecustomize.py" | |||
| 11 | DISTRO_SRC_URI_linuxstdbase = "" | 11 | DISTRO_SRC_URI_linuxstdbase = "" |
| 12 | SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | 12 | SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ |
| 13 | file://python-config.patch \ | 13 | file://python-config.patch \ |
| 14 | file://0001-cross-compile-support.patch \ | ||
| 15 | file://030-fixup-include-dirs.patch \ | 14 | file://030-fixup-include-dirs.patch \ |
| 16 | file://070-dont-clean-ipkg-install.patch \ | 15 | file://070-dont-clean-ipkg-install.patch \ |
| 17 | file://080-distutils-dont_adjust_files.patch \ | 16 | file://080-distutils-dont_adjust_files.patch \ |
| @@ -101,7 +100,7 @@ do_configure_append() { | |||
| 101 | } | 100 | } |
| 102 | 101 | ||
| 103 | run_make() { | 102 | run_make() { |
| 104 | oe_runmake HOSTPGEN=${STAGING_BINDIR_NATIVE}/python3-native/pgen \ | 103 | oe_runmake PGEN=${STAGING_BINDIR_NATIVE}/python3-native/pgen \ |
| 105 | HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python3-native/python3 \ | 104 | HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python3-native/python3 \ |
| 106 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 105 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
| 107 | STAGING_INCDIR=${STAGING_INCDIR} \ | 106 | STAGING_INCDIR=${STAGING_INCDIR} \ |
