]> code.ossystems Code Review - openembedded-core.git/commit
packagegroup-core-lsb/-full-cmdline: add bzip2
authorChen Qi <Qi.Chen@windriver.com>
Fri, 12 Oct 2018 02:24:51 +0000 (10:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Oct 2018 07:44:09 +0000 (08:44 +0100)
commitca69d793e4b987bd5202e1359ff82c515ad65a5a
tree9d5066b4bde916a575f145d87012accc6e4cea58
parent30f2cdd0a3ee0874bebd135e35ab591f630e8adc
packagegroup-core-lsb/-full-cmdline: add bzip2

We are having the following error when using 'tar' from tar
recipe to decompress .tar.bz2 files.

  tar (child): bzip2: Cannot exec: No such file or directory
  tar (child): Error is not recoverable: exiting now
  tar: Child returned status 2
  tar: Error is not recoverable: exiting now

The tar package is introduced by these two packagegroups into image.

>From the README file from tar's source codes:

  """
  ** gzip and bzip2.

  GNU tar uses the gzip and bzip2 programs to read and write compressed
  archives.  If you don't have these programs already, you need to
  install them.
  """

So we'd better cluster gzip and bzip2 with tar. These two packagegroups
already get 'gzip', so we also add 'bzip2'.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb