[oe-commits] [openembedded-core] 08/22: python-native: add python-misc-native to RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Fri Nov 29 17:44:11 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 f6164cc210d584efb702445dcd2167aa352b40af
Author: Nicola Lunghi <nick83ola at gmail.com>
AuthorDate: Tue Nov 19 15:32:42 2019 +0000

    python-native: add python-misc-native to RPROVIDES
    
    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python-native_2.7.17.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/python/python-native_2.7.17.bb b/meta/recipes-devtools/python/python-native_2.7.17.bb
index 98805d9..72aa34c 100644
--- a/meta/recipes-devtools/python/python-native_2.7.17.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.17.bb
@@ -78,6 +78,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:

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


More information about the Openembedded-commits mailing list