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-11 12:09:11 +0100 |
| commit | 47a8602171428b7ce5d897f7e2c2f26b203b8b63 (patch) | |
| tree | 6dda211480419ceb44eda20cdc67a548ce32ef84 /meta/recipes-devtools/python/python3_3.5.5.bb | |
| parent | a31047bec6b7c368674d4620e70e526ac211b936 (diff) | |
| download | openembedded-core-47a8602171428b7ce5d897f7e2c2f26b203b8b63.tar.gz openembedded-core-47a8602171428b7ce5d897f7e2c2f26b203b8b63.tar.bz2 openembedded-core-47a8602171428b7ce5d897f7e2c2f26b203b8b63.zip | |
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.
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" DISTRO_SRC_URI_linuxstdbase = "" SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ file://python-config.patch \ -file://0001-cross-compile-support.patch \ file://030-fixup-include-dirs.patch \ file://070-dont-clean-ipkg-install.patch \ file://080-distutils-dont_adjust_files.patch \ @@ -101,7 +100,7 @@ do_configure_append() { } run_make() { - oe_runmake HOSTPGEN=${STAGING_BINDIR_NATIVE}/python3-native/pgen \ + oe_runmake PGEN=${STAGING_BINDIR_NATIVE}/python3-native/pgen \ HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python3-native/python3 \ STAGING_LIBDIR=${STAGING_LIBDIR} \ STAGING_INCDIR=${STAGING_INCDIR} \ |
