]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
spirv-tools: no need for separate lesspipe package
authorRoss Burton <ross.burton@arm.com>
Mon, 28 Jul 2025 16:44:12 +0000 (17:44 +0100)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Wed, 30 Jul 2025 09:52:36 +0000 (11:52 +0200)
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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb

index 4594a1a942666b0760d21bb21c621a35e6454a3e..896507021758b7e63833fcc5090510268582f78d 100644 (file)
@@ -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"