[oe-commits] [openembedded-core] 09/22: python3: add python3-misc-native to RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Fri Nov 29 17:44:12 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 95c6a1180f14e1db815ff92f7a1dce8506bdb294
Author: Nicola Lunghi <nick83ola at gmail.com>
AuthorDate: Tue Nov 19 15:11:14 2019 +0000

    python3: add python3-misc-native to RPROVIDES
    
    The package python3-misc is not in the manifest file
    so it needs to be added explicitely to RPROVIDES_class-native.
    
    Signed-off-by: Nicola Lunghi <nick83ola at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 90914f9..57eaaea 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:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list