diff options
author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2011-11-10 20:32:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-17 23:19:37 +0100 |
commit | 8810f5a1956bfee8bdbed6bdc48a8d18fb47ef96 (patch) | |
tree | 043bd37a27d06499207986e189c0796bbe70ef93 /package/lzma | |
parent | 4932c8a7cc94277b3d53cecd935f725b91cfa9fe (diff) |
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>
Diffstat (limited to 'package/lzma')
-rwxr-xr-x | package/lzma/lzmacheck.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/lzma/lzmacheck.sh b/package/lzma/lzmacheck.sh deleted file mode 100755 index bcb0423d1..000000000 --- a/package/lzma/lzmacheck.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -bin=$(toolchain/dependencies/check-host-lzma.sh) -if [ "x$bin" = "x" ] ; then - echo build-lzma-host-binary -else - echo use-lzma-host-binary -fi - |