mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 22:54:41 +02:00
setuptools.bbclass: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
8
classes/setuptools.bbclass
Normal file
8
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