mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
dependencies: remove unused lzma checking scripts
Files package/lzma/lzmacheck.sh and toolchain/dependencies/check-host-lzma.sh are present since the very beginning of buildroot, but do not appear to be used (anymore). Let's remove them. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
4932c8a7cc
commit
8810f5a195
@@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
ok=""
|
||||
|
||||
for bin in /usr/bin/lzma $LZMA
|
||||
do
|
||||
# TODO: add check for proper functionality here..
|
||||
$bin --version > /dev/null 2>&1 && ok="$bin"
|
||||
if test "x$ok" != "x" ; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
echo "$ok"
|
||||
Reference in New Issue
Block a user