summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.7.5.bb3
1 files changed, 3 insertions, 0 deletions
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(){
226 pn = 'python3' 226 pn = 'python3'
227 rprovides = d.getVar('RPROVIDES').split() 227 rprovides = d.getVar('RPROVIDES').split()
228 228
229 # ${PN}-misc-native is not in the manifest
230 rprovides.append(pn + '-misc-native')
231
229 for key in python_manifest: 232 for key in python_manifest:
230 pypackage = pn + '-' + key + '-native' 233 pypackage = pn + '-' + key + '-native'
231 if pypackage not in rprovides: 234 if pypackage not in rprovides: