mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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}"
|