aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-12-20 15:35:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-03 21:14:47 +0000
commit30a9dbc8a13928541ce6ff270801b8fd1c8af37e (patch)
tree101ab2746967eef0bbff970b9e60ecf15980adf0
parentc4e0034cd1f020cfb074c7c80af281683752afeb (diff)
downloadopenembedded-core-contrib-30a9dbc8a13928541ce6ff270801b8fd1c8af37e.tar.gz
nativesdk-meson: add missing dependency on setuptools
Meson uses pkg_resources, which is part of setuptools. Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb
index 53503aa998..721ee8c8f1 100644
--- a/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb
+++ b/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb
@@ -66,9 +66,8 @@ do_install_append() {
RDEPENDS_${PN} += "\
nativesdk-ninja \
- nativesdk-python3-core \
- nativesdk-python3-misc \
- nativesdk-python3-modules \
+ nativesdk-python3 \
+ nativesdk-python3-setuptools \
"
FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}"