diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-22 14:11:44 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-22 14:13:37 +0100 |
| commit | 02b4dcfc8f9241e4df3ab3634718c96498587244 (patch) | |
| tree | 0e4391904ca427a5674fb8c62eadbe54c6db9167 /classes | |
| parent | 8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa (diff) | |
| download | meta-openembedded-02b4dcfc8f9241e4df3ab3634718c96498587244.tar.gz | |
setuptools: this is in the main yocto layer now, remove
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/setuptools.bbclass | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/setuptools.bbclass b/classes/setuptools.bbclass deleted file mode 100644 index ced9509df2..0000000000 --- a/classes/setuptools.bbclass +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | inherit distutils | ||
| 2 | |||
| 3 | DEPENDS += "python-setuptools-native" | ||
| 4 | |||
| 5 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 6 | --single-version-externally-managed \ | ||
| 7 | --prefix=${prefix} \ | ||
| 8 | --install-data=${datadir}" | ||
