diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-19 15:32:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-29 17:43:40 +0000 |
commit | c97ffedd7e6c2f36879d28d957976d63355d78f3 (patch) | |
tree | ab90dd53f129a09b7223ba4338ed7752951ae595 /meta/recipes-devtools | |
parent | 85e6f1366ff8a087917c62cfcb5234acb22363e8 (diff) | |
download | poky-c97ffedd7e6c2f36879d28d957976d63355d78f3.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.17.bb | 3 |
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: |