diff options
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/setuptools3_legacy.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass index 166808a695..8197f443c9 100644 --- a/meta/classes-recipe/setuptools3_legacy.bbclass +++ b/meta/classes-recipe/setuptools3_legacy.bbclass | |||
@@ -17,6 +17,7 @@ | |||
17 | inherit setuptools3-base | 17 | inherit setuptools3-base |
18 | 18 | ||
19 | B = "${WORKDIR}/build" | 19 | B = "${WORKDIR}/build" |
20 | do_configure[cleandirs] = "${B}" | ||
20 | 21 | ||
21 | SETUPTOOLS_BUILD_ARGS ?= "" | 22 | SETUPTOOLS_BUILD_ARGS ?= "" |
22 | SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \ | 23 | SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \ |