setuptools bbclass: import from OE

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Koen Kooi 2011-01-18 12:11:38 +01:00 committed by Richard Purdie
parent fe9f7162f9
commit 7cb39ad37f
1 changed files with 8 additions and 0 deletions

View File

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