All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3: add python3-misc-native to RPROVIDES
@ 2019-11-19 14:53 Nicola Lunghi
  0 siblings, 0 replies; only message in thread
From: Nicola Lunghi @ 2019-11-19 14:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Nicola Lunghi

From: Nicola Lunghi <nicola.lunghi@jci.com>

The package python3-misc is not in the manifest file
so it needs to be added explicitely to RPROVIDES_class-native.

Change-Id: Ia59f2fbbe4e4f96c57a948f104a0ffc81e72affc
Signed-off-by: Nicola Lunghi <nicola.lunghi@jci.com>
---
 meta/recipes-devtools/python/python3_3.7.5.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/python/python3_3.7.5.bb b/meta/recipes-devtools/python/python3_3.7.5.bb
index 90914f9053..57eaaea5e7 100644
--- a/meta/recipes-devtools/python/python3_3.7.5.bb
+++ b/meta/recipes-devtools/python/python3_3.7.5.bb
@@ -226,6 +226,9 @@ python(){
     pn = 'python3'
     rprovides = d.getVar('RPROVIDES').split()
 
+    # ${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 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-19 14:53 [PATCH] python3: add python3-misc-native to RPROVIDES Nicola Lunghi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.