From c97ffedd7e6c2f36879d28d957976d63355d78f3 Mon Sep 17 00:00:00 2001 From: Nicola Lunghi Date: Tue, 19 Nov 2019 15:32:42 +0000 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-native_2.7.17.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools') 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(){ # 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: -- cgit v1.2.3-54-g00ecf