mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00: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