setuptools.bbclass: import from OE

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi 2011-01-13 21:06:20 +01:00
parent 8646a3ecf9
commit cbe66021c5

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}"