summaryrefslogtreecommitdiff
path: root/packages/python/python-setuptools-native_0.6c8.bb
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-07-25 01:20:50 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-07-25 01:20:50 +0000
commit134b001e5c053100b5f0a3ed2ad2b1ccaf881f41 (patch)
tree2f16f88686bb2a878ce3942053cbbb2de0ed965f /packages/python/python-setuptools-native_0.6c8.bb
parent380deba523042f85bfd62a3af7bd33f018dcb7e7 (diff)
parent3caf3594fb150525211d76b8df7c504534e4c331 (diff)
merge of '91420cdee3e34c3b975471cb6fa4e446cd6c12a2'
and 'a7913fd57ede4eb437b7a91d2c525334944c322f'
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
}