]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-shar-extract.sh: improve behaviour when xz is not installed
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 22 Jan 2016 11:59:55 +0000 (00:59 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:56 +0000 (23:42 +0000)
commit176e2bddb45b417b0bfbcdcd95bd5e81505e1e5b
treeb72b20165a9718b2367be4114aa76493fa84557d
parent59fc4bdefb3853d6893b9e3792018d54bb6bf99f
toolchain-shar-extract.sh: improve behaviour when xz is not installed

Currently if xz isn't installed when installing the SDK you get an error
from tar and then the SDK installation continues, cascading into a load
of other failures since files are missing. Add a check to see if xz can
be run and error out if it can't, and also exit if tar fails.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/toolchain-shar-extract.sh