mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
committed by
Richard Purdie
parent
fe9f7162f9
commit
7cb39ad37f
8
meta/classes/setuptools.bbclass
Normal file
8
meta/classes/setuptools.bbclass
Normal 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}"
|
||||
Reference in New Issue
Block a user