Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] nativesdk-meson: add missing dependency on setuptools
@ 2018-12-20 15:40 Ross Burton
  2018-12-20 15:40 ` [PATCH 2/3] nativesdk-packagegroup-sdk-host: add Meson Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ross Burton @ 2018-12-20 15:40 UTC (permalink / raw)
  To: openembedded-core

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 | 5 ++---
 1 file 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 53503aa9988..721ee8c8f12 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}"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-03 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20 15:40 [PATCH 1/3] nativesdk-meson: add missing dependency on setuptools Ross Burton
2018-12-20 15:40 ` [PATCH 2/3] nativesdk-packagegroup-sdk-host: add Meson Ross Burton
2018-12-20 15:40 ` [PATCH 3/3] oeqa/sdk: add test to exercise Meson Ross Burton
2019-01-03 17:49   ` Richard Purdie
2018-12-20 16:05 ` ✗ patchtest: failure for "nativesdk-meson: add missing d..." and 2 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox