meta-openembedded/classes/setuptools.bbclass
Koen Kooi cbe66021c5 setuptools.bbclass: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13 21:06:20 +01:00

9 lines
196 B
Plaintext

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