diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-25 10:04:40 +0000 |
|---|---|---|
| committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-25 10:04:40 +0000 |
| commit | 9391c47983f98bba03c84a94d407177a5cbb6890 (patch) | |
| tree | b5588a7806d3c2d511d540415452e0e873686793 /packages/python/python-setuptools-native_0.6c8.bb | |
| parent | d65f1724834111db986f7a13807a809c57b71496 (diff) | |
| parent | d6bc4e97a03ac861f27cb3a2afafa374ccebe6ae (diff) | |
merge of 'c0b80d25e48faf3cabe4d83d5586401a0a5e1188'
and 'c5251d02ae821f28febfb91fb76af9cd01b8f3fd'
Diffstat (limited to 'packages/python/python-setuptools-native_0.6c8.bb')
| -rw-r--r-- | packages/python/python-setuptools-native_0.6c8.bb | 4 |
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 } |
