diff options
Diffstat (limited to 'meta/classes-recipe/setuptools3_legacy.bbclass')
-rw-r--r-- | meta/classes-recipe/setuptools3_legacy.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass index 264b1f5cfb..166808a695 100644 --- a/meta/classes-recipe/setuptools3_legacy.bbclass +++ b/meta/classes-recipe/setuptools3_legacy.bbclass | |||
@@ -35,7 +35,6 @@ setuptools3_legacy_do_configure() { | |||
35 | 35 | ||
36 | setuptools3_legacy_do_compile() { | 36 | setuptools3_legacy_do_compile() { |
37 | cd ${SETUPTOOLS_SETUP_PATH} | 37 | cd ${SETUPTOOLS_SETUP_PATH} |
38 | NO_FETCH_BUILD=1 \ | ||
39 | STAGING_INCDIR=${STAGING_INCDIR} \ | 38 | STAGING_INCDIR=${STAGING_INCDIR} \ |
40 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 39 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
41 | ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \ | 40 | ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \ |
@@ -79,6 +78,6 @@ setuptools3_legacy_do_install[vardepsexclude] = "MACHINE" | |||
79 | 78 | ||
80 | EXPORT_FUNCTIONS do_configure do_compile do_install | 79 | EXPORT_FUNCTIONS do_configure do_compile do_install |
81 | 80 | ||
82 | export LDSHARED="${CCLD} -shared" | 81 | export LDSHARED = "${CCLD} -shared" |
83 | DEPENDS += "python3-setuptools-native" | 82 | DEPENDS += "python3-setuptools-native" |
84 | 83 | ||