mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
nativesdk-meson: add missing dependency on setuptools
Meson uses pkg_resources, which is part of setuptools. (From OE-Core rev: 30a9dbc8a13928541ce6ff270801b8fd1c8af37e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
535abb934a
commit
eb4898839f
@@ -66,9 +66,8 @@ do_install_append() {
|
|||||||
|
|
||||||
RDEPENDS_${PN} += "\
|
RDEPENDS_${PN} += "\
|
||||||
nativesdk-ninja \
|
nativesdk-ninja \
|
||||||
nativesdk-python3-core \
|
nativesdk-python3 \
|
||||||
nativesdk-python3-misc \
|
nativesdk-python3-setuptools \
|
||||||
nativesdk-python3-modules \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}"
|
FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user