From 48ada00ee1bec2b7a9d139552b05d9920c2b7995 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Fri, 25 Jul 2025 21:19:20 +0200 Subject: [PATCH] python3-pillow-heif: remove native&nativesdk Through the dependecy of libheif, enabling native&nativesdk for python3-pillow-heif means enabling it for the whole codec ecosystem (e.g. x265, ffmpeg, ...) which might be hard to do. So, disable the native&nativesdk variants that never built in the first place. Fixes these warnings from AB[0]: WARNING: Nothing PROVIDES 'nativesdk-libheif' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb DEPENDS on or otherwise requires it). Close matches: WARNING: Nothing PROVIDES 'libheif-native' (but virtual:native:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb DEPENDS on or otherwise requires it). Close matches: WARNING: Nothing RPROVIDES 'nativesdk-python3-pillow-heif-dev' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'nativesdk-python3-pillow' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'nativesdk-python3-pillow-heif' (but virtual:nativesdk:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'python3-pillow-heif-native' (but virtual:native:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it) WARNING: Nothing RPROVIDES 'python3-pillow-heif-dev-native' (but virtual:native:[...]/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb RDEPENDS on or otherwise requires it) [0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/377/steps/12/logs/warnings Cc: Leon Anavi Cc: Alper Ak Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pillow-heif_0.22.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb index 7f5dfac702..4b5d5f30dd 100644 --- a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb +++ b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb @@ -16,5 +16,3 @@ SRC_URI[sha256sum] = "61d473929340d3073722f6316b7fbbdb11132faa6bac0242328e8436cc DEPENDS += "libheif" RDEPENDS:${PN} += "python3-pillow" - -BBCLASSEXTEND = "native nativesdk"