diff options
Diffstat (limited to 'meta/classes-recipe/setuptools3-base.bbclass')
| -rw-r--r-- | meta/classes-recipe/setuptools3-base.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes-recipe/setuptools3-base.bbclass b/meta/classes-recipe/setuptools3-base.bbclass index 27af6abc58..190d9e6e3a 100644 --- a/meta/classes-recipe/setuptools3-base.bbclass +++ b/meta/classes-recipe/setuptools3-base.bbclass | |||
| @@ -23,6 +23,10 @@ export CCSHARED = "-fPIC -DPIC" | |||
| 23 | # the python executable | 23 | # the python executable |
| 24 | export LINKFORSHARED = "${SECURITY_CFLAGS} -Xlinker -export-dynamic" | 24 | export LINKFORSHARED = "${SECURITY_CFLAGS} -Xlinker -export-dynamic" |
| 25 | 25 | ||
| 26 | # The environment variable SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT allows | ||
| 27 | # to override the subprocess timeout. | ||
| 28 | export SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT ??= "600" | ||
| 29 | |||
| 26 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 30 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
| 27 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 31 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
| 28 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" | 32 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" |
