aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-22 14:11:44 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-22 14:13:37 +0100
commit02b4dcfc8f9241e4df3ab3634718c96498587244 (patch)
tree0e4391904ca427a5674fb8c62eadbe54c6db9167
parent8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa (diff)
downloadmeta-openembedded-02b4dcfc8f9241e4df3ab3634718c96498587244.tar.gz
setuptools: this is in the main yocto layer now, remove
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--classes/setuptools.bbclass8
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 @@
-inherit distutils
-
-DEPENDS += "python-setuptools-native"
-
-DISTUTILS_INSTALL_ARGS = "--root=${D} \
- --single-version-externally-managed \
- --prefix=${prefix} \
- --install-data=${datadir}"