summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.17.bb3
1 files changed, 3 insertions, 0 deletions
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(){
78 # Hardcoded since it cant be python-native-foo, should be python-foo-native 78 # Hardcoded since it cant be python-native-foo, should be python-foo-native
79 pn = 'python' 79 pn = 'python'
80 80
81 # ${PN}-misc-native is not in the manifest
82 rprovides.append(pn + '-misc-native')
83
81 for key in python_manifest: 84 for key in python_manifest:
82 pypackage = pn + '-' + key + '-native' 85 pypackage = pn + '-' + key + '-native'
83 if pypackage not in rprovides: 86 if pypackage not in rprovides: