From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/3] nativesdk-meson: add missing dependency on setuptools
Date: Thu, 20 Dec 2018 15:40:41 +0000 [thread overview]
Message-ID: <20181220154043.7860-1-ross.burton@intel.com> (raw)
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
next reply other threads:[~2018-12-20 15:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-20 15:40 Ross Burton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181220154043.7860-1-ross.burton@intel.com \
--to=ross.burton@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox