stagemanager-native: Expand our gunzip/tar
commit8ea345630969e8bf6a44d0884213ec03cd053332
authorTom Rini <tom_rini@mentor.com>
Thu, 8 Jul 2010 23:30:01 +0000 (8 16:30 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 8 Jul 2010 23:30:01 +0000 (8 16:30 -0700)
tree799a1ca9c6f6c636bf6fdebf463d3ee559bc1a03
parenta753e680011a9843e0cd0ee928fd508667445d00
stagemanager-native: Expand our gunzip/tar

As we've gone over before, gunzip/tar can have a broken pipe, and
this is allowed.  In python code, we have things setup to ignore the
problem.  stage-manager-ipkg is written in shell however and we can
hit the problem there too.  There's two ways around this, one of
which is to stop checking for problems with the extraction (and hide
stderr) or we extract the archive, gunzip and then tar.  I've done
the second here.

Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/stage-manager/files/stage-manager-ipkg
recipes/stage-manager/stagemanager-native_0.0.1.bb