* [PATCH] python-native: add python-misc-native to RPROVIDES
@ 2019-11-19 15:32 Nicola Lunghi
0 siblings, 0 replies; only message in thread
From: Nicola Lunghi @ 2019-11-19 15:32 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-19 15:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-19 15:32 [PATCH] python-native: add python-misc-native to RPROVIDES Nicola Lunghi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox