summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3_3.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.1.bb b/meta/recipes-devtools/python/python3_3.9.1.bb
index a89122f949..a2dc572672 100644
--- a/meta/recipes-devtools/python/python3_3.9.1.bb
+++ b/meta/recipes-devtools/python/python3_3.9.1.bb
@@ -240,7 +240,7 @@ python(){
240 # First set RPROVIDES for -native case 240 # First set RPROVIDES for -native case
241 # Hardcoded since it cant be python3-native-foo, should be python3-foo-native 241 # Hardcoded since it cant be python3-native-foo, should be python3-foo-native
242 pn = 'python3' 242 pn = 'python3'
243 rprovides = d.getVar('RPROVIDES').split() 243 rprovides = (d.getVar('RPROVIDES') or "").split()
244 244
245 # ${PN}-misc-native is not in the manifest 245 # ${PN}-misc-native is not in the manifest
246 rprovides.append(pn + '-misc-native') 246 rprovides.append(pn + '-misc-native')