From: Ross Burton Date: Mon, 28 Jul 2025 16:44:12 +0000 (+0100) Subject: spirv-tools: no need for separate lesspipe package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3045b248f54dc3d605114fbad6737220fd66d2de;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git spirv-tools: no need for separate lesspipe package The lesspipe script hasn't needed bash since 2018[1], so remove the bash dependency and package the script in the main package as it's only a few lines long. [1] spirv-tools f70e9e "tools/lesspipe: Allow generic shell (#2255)" Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb index 4594a1a942..8965070217 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb @@ -45,8 +45,4 @@ do_install:append:class-target() { SOLIBS = ".so" FILES_SOLIBSDEV = "" -PACKAGES =+ "${PN}-lesspipe" -FILES:${PN}-lesspipe = "${base_bindir}/spirv-lesspipe.sh" -RDEPENDS:${PN}-lesspipe += "${PN} bash" - BBCLASSEXTEND = "native nativesdk"