From: Nicola Lunghi <nick83ola@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] python-native: add python-misc-native to RPROVIDES
Date: Tue, 19 Nov 2019 15:32:42 +0000 [thread overview]
Message-ID: <20191119153241.697-1-nick83ola@gmail.com> (raw)
The package python-misc is not in the manifest file
so it needs to be added explicitely to RPROVIDES for native class.
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
---
meta/recipes-devtools/python/python-native_2.7.16.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/python/python-native_2.7.16.bb b/meta/recipes-devtools/python/python-native_2.7.16.bb
index 90103af8be..057567b08e 100644
--- a/meta/recipes-devtools/python/python-native_2.7.16.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.16.bb
@@ -79,6 +79,9 @@ python(){
# Hardcoded since it cant be python-native-foo, should be python-foo-native
pn = 'python'
+ # ${PN}-misc-native is not in the manifest
+ rprovides.append(pn + '-misc-native')
+
for key in python_manifest:
pypackage = pn + '-' + key + '-native'
if pypackage not in rprovides:
--
2.20.1
reply other threads:[~2019-11-19 15:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20191119153241.697-1-nick83ola@gmail.com \
--to=nick83ola@gmail.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