diff options
Diffstat (limited to 'meta/classes-recipe/setuptools3_legacy.bbclass')
-rw-r--r-- | meta/classes-recipe/setuptools3_legacy.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass index 030c3d9e0e..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 \ |