diff mbox series

taisei: clean up recipe slightly

Message ID 20251013133655.2994657-1-ross.burton@arm.com
State Under Review
Headers show
Series taisei: clean up recipe slightly | expand

Commit Message

Ross Burton Oct. 13, 2025, 1:36 p.m. UTC
There's no need to inherit python3native as there are no python3- native
dependencies.

Remove RDEPENDS_${PN}, these are all libraries that are linked to so the
relevant RDEPENDS are created. The fact that this recipe is still using
the old syntax suggests that they're not needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-graphics/taisei/taisei_1.4.4.bb        | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb
index 4af2712140..bb08ad4a1c 100644
--- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb
+++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb
@@ -20,22 +20,10 @@  DEPENDS = "\
 DEPENDS:append:libc-musl = " libucontext"
 LDFLAGS:append:libc-musl = " -lucontext"
 
-RDEPENDS_${PN} = "\
-    cglm (>= 0.7.8) \
-    freetype \
-    libsdl2 (>= 2.0.16) \
-    libpng (>= 1.5.0) \
-    libwebp (>= 0.5) \
-    libzstd (>= 1.4.0) \
-    opengl (>= 3.3) \
-    opusfile \
-    zlib \
-"
-
 SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https;tag=v${PV}"
 SRCREV = "6a484e6e61cc51a22a9943762dc2ff6883914f38"
 
-inherit features_check meson mime mime-xdg pkgconfig python3native
+inherit features_check meson mime mime-xdg pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "opengl"