summaryrefslogtreecommitdiff
path: root/packages/python/python-setuptools-native_0.6c8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-setuptools-native_0.6c8.bb')
-rw-r--r--packages/python/python-setuptools-native_0.6c8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-setuptools-native_0.6c8.bb b/packages/python/python-setuptools-native_0.6c8.bb
index b7716d8cac..0bbf9c32fc 100644
--- a/packages/python/python-setuptools-native_0.6c8.bb
+++ b/packages/python/python-setuptools-native_0.6c8.bb
@@ -1,9 +1,9 @@
require python-setuptools_${PV}.bb
inherit native
+FILESPATH = "${FILE_DIRNAME}/python-setuptools"
DEPENDS = "python-native"
do_stage() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- ${STAGING_BINDIR_NATIVE}/python setup.py install
+ distutils_stage_all
}