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>
SOLIBS = ".so"
FILES_SOLIBSDEV = ""
-PACKAGES =+ "${PN}-lesspipe"
-FILES:${PN}-lesspipe = "${base_bindir}/spirv-lesspipe.sh"
-RDEPENDS:${PN}-lesspipe += "${PN} bash"
-
BBCLASSEXTEND = "native nativesdk"