From efa05aee343b730a334f331797bda32a38d7e013 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 2 Oct 2025 04:50:30 +0300 Subject: mesa-demos: split info tools to a separate package While the rest of programs inside mesa-demos are really "demos", several *info utilities have separate value as they allow gathering information about the running system in a manner similar to clinfo or vulkaninfo. Split them into a separate package in order to allow picking them info the images without picking up the rest of "demos". (From OE-Core rev: 6ea616921c497e00532bc35220513128c047cb0c) Signed-off-by: Dmitry Baryshkov Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb index a9e84039d2..0bc8519e90 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb @@ -20,6 +20,10 @@ REQUIRED_DISTRO_FEATURES = "opengl x11" EXTRA_OEMESON = "-Dwith-system-data-files=true" +PACKAGE_BEFORE_PN = "${PN}-info" +RDEPENDS:${PN} += " ${PN}-info" +FILES:${PN}-info = "${bindir}/*info" + # Note: wayland is not included as the feature requires libdecor recipe, # which is not currently in core PACKAGECONFIG ?= "drm egl gles1 gles2 \ -- cgit v1.2.3-54-g00ecf