summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-02 21:44:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-03 07:33:18 +0100
commitd3640620651a4c2e260107a79a3c6fe7ff6c4acc (patch)
tree2c696ecf3a30d230078c55aa3aea75510b40ad7e /meta/recipes-devtools/python
parenta674d7c1cea14f142f4aaf21863a969fb055d285 (diff)
downloadpoky-d3640620651a4c2e260107a79a3c6fe7ff6c4acc.tar.gz
python3-psutil: Drop nativesdk class extension due to breakage
We're seeing warnings like: WARNING: Nothing RPROVIDES 'nativesdk-procps' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'nativesdk-python3-psutil-dev' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'nativesdk-python3-psutil' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it) which means this likely has never been working in the first place. Drop it until it is needed and fixed to work. (From OE-Core rev: e1c9cbe8b14c259c30df375d3f8c1bd9b3a818fa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-psutil_5.9.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb
index c0977c74d3..019ea2dec1 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb
@@ -38,4 +38,4 @@ RDEPENDS:${PN}-tests += " \
38 38
39INSANE_SKIP:${PN}-tests += "dev-deps" 39INSANE_SKIP:${PN}-tests += "dev-deps"
40 40
41BBCLASSEXTEND = "native nativesdk" 41BBCLASSEXTEND = "native"