summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-10-13 14:36:55 +0100
committerKhem Raj <raj.khem@gmail.com>2025-10-13 23:47:40 -0700
commit095cdf4a8cc432fcb8cd3f5a9bd8d673dc3b6b8f (patch)
tree8483d45a93ba605ca4274bea474234d9bd89146c
parent317da0fe970e7e6f7dad0f60c094a52ad0a33f55 (diff)
downloadmeta-openembedded-095cdf4a8cc432fcb8cd3f5a9bd8d673dc3b6b8f.tar.gz
taisei: clean up recipe slightly
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.4.bb14
1 files changed, 1 insertions, 13 deletions
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 = "\
20DEPENDS:append:libc-musl = " libucontext" 20DEPENDS:append:libc-musl = " libucontext"
21LDFLAGS:append:libc-musl = " -lucontext" 21LDFLAGS:append:libc-musl = " -lucontext"
22 22
23RDEPENDS_${PN} = "\
24 cglm (>= 0.7.8) \
25 freetype \
26 libsdl2 (>= 2.0.16) \
27 libpng (>= 1.5.0) \
28 libwebp (>= 0.5) \
29 libzstd (>= 1.4.0) \
30 opengl (>= 3.3) \
31 opusfile \
32 zlib \
33"
34
35SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https;tag=v${PV}" 23SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https;tag=v${PV}"
36SRCREV = "6a484e6e61cc51a22a9943762dc2ff6883914f38" 24SRCREV = "6a484e6e61cc51a22a9943762dc2ff6883914f38"
37 25
38inherit features_check meson mime mime-xdg pkgconfig python3native 26inherit features_check meson mime mime-xdg pkgconfig
39 27
40REQUIRED_DISTRO_FEATURES = "opengl" 28REQUIRED_DISTRO_FEATURES = "opengl"
41 29