summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorNicola Lunghi <nick83ola@gmail.com>2019-11-19 15:11:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-29 17:43:40 +0000
commit274164d679830be0bb89498620b83ff041aa482e (patch)
tree8d60528748350525884c8c24b3199d94eff82d96 /meta/recipes-devtools/python
parentc97ffedd7e6c2f36879d28d957976d63355d78f3 (diff)
downloadpoky-274164d679830be0bb89498620b83ff041aa482e.tar.gz
python3: add python3-misc-native to RPROVIDES
The package python3-misc is not in the manifest file so it needs to be added explicitely to RPROVIDES_class-native. (From OE-Core rev: 95c6a1180f14e1db815ff92f7a1dce8506bdb294) Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-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: