浏览代码

setuptools: this is in the main yocto layer now, remove

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Koen Kooi 14 年之前
父节点
当前提交
02b4dcfc8f
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      classes/setuptools.bbclass

+ 0 - 8
classes/setuptools.bbclass

@@ -1,8 +0,0 @@
-inherit distutils
-
-DEPENDS += "python-setuptools-native"
-
-DISTUTILS_INSTALL_ARGS = "--root=${D} \
-    --single-version-externally-managed \
-    --prefix=${prefix} \
-    --install-data=${datadir}"