mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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}"
|