]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk-meson: add missing dependency on setuptools
authorRoss Burton <ross.burton@intel.com>
Thu, 20 Dec 2018 15:35:43 +0000 (15:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jan 2019 13:19:01 +0000 (13:19 +0000)
Meson uses pkg_resources, which is part of setuptools.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb

index 53503aa99884e95ceb04cbcc03ca826229f36954..721ee8c8f12a0cad07e033fe5963e1382b639a90 100644 (file)
@@ -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}"