diff options
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.17.bb')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.17.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.17.bb b/meta/recipes-devtools/python/python_2.7.17.bb index b3bdcba1a8..be7c6d2d2b 100644 --- a/meta/recipes-devtools/python/python_2.7.17.bb +++ b/meta/recipes-devtools/python/python_2.7.17.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require python.inc | 1 | require python.inc |
2 | 2 | ||
3 | DEPENDS = "python-native libffi bzip2 gdbm openssl \ | 3 | DEPENDS = "libffi bzip2 gdbm openssl \ |
4 | readline sqlite3 zlib virtual/crypt" | 4 | readline sqlite3 zlib virtual/crypt" |
5 | 5 | ||
6 | DISTRO_SRC_URI ?= "file://sitecustomize.py" | 6 | DISTRO_SRC_URI ?= "file://sitecustomize.py" |
@@ -48,7 +48,6 @@ PACKAGECONFIG[tk] = ",,tk" | |||
48 | 48 | ||
49 | # pgen isn't needed in the current build, but use the binary from python-native just in case. | 49 | # pgen isn't needed in the current build, but use the binary from python-native just in case. |
50 | EXTRA_OEMAKE = "PGEN=${STAGING_BINDIR_NATIVE}/python-native/pgen \ | 50 | EXTRA_OEMAKE = "PGEN=${STAGING_BINDIR_NATIVE}/python-native/pgen \ |
51 | HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python-native/python \ | ||
52 | CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ \ | 51 | CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ \ |
53 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 52 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
54 | STAGING_INCDIR=${STAGING_INCDIR} \ | 53 | STAGING_INCDIR=${STAGING_INCDIR} \ |