diff options
| author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-25 01:10:00 +0000 |
|---|---|---|
| committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-25 01:10:00 +0000 |
| commit | 3caf3594fb150525211d76b8df7c504534e4c331 (patch) | |
| tree | 07e6960ce15865389949aa4be0369307234268d2 /packages/python/python-setuptools-native_0.6c8.bb | |
| parent | 1a5fd7ec9efde8a138431e3b470b340ebea6cfe3 (diff) | |
| parent | a3e73146adce111fe67af0886a43acbf7a654bd7 (diff) | |
merge of 'bdbc9f1de56a38029ef1396ead1cd220bf2c07b2'
and 'f960843459326876ef399375d5affaacc45d0a46'
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 } |
