From 274164d679830be0bb89498620b83ff041aa482e Mon Sep 17 00:00:00 2001 From: Nicola Lunghi Date: Tue, 19 Nov 2019 15:11:14 +0000 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.7.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/python') 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(){ pn = 'python3' rprovides = d.getVar('RPROVIDES').split() + # ${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