From: Nicola Lunghi Date: Tue, 19 Nov 2019 15:32:42 +0000 (+0000) Subject: python-native: add python-misc-native to RPROVIDES X-Git-Tag: uninative-2.8~970 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f6164cc210d584efb702445dcd2167aa352b40af;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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 98805d998d..72aa34c234 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: