mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
setuptools.bbclass: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
8646a3ecf9
commit
cbe66021c5
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}"
|
||||
Loading…
Reference in New Issue
Block a user