mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
cbe66021c5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9 lines
196 B
Plaintext
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}"
|