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.

(From OE-Core rev: f6164cc210d584efb702445dcd2167aa352b40af)

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>
This commit is contained in:
Nicola Lunghi
2019-11-19 15:32:42 +00:00
committed by Richard Purdie
parent 85e6f1366f
commit c97ffedd7e

View File

@@ -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: