summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-10-12 10:24:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-12 16:57:21 +0100
commit3fcd96ea1c4548e5299105fa9cb7393a1c6d7eaa (patch)
treee14f4ff42ecf44da2a5f92443c4eea27c7be5a09 /meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
parent8d29bd8ad0fc3379930623272c2212a623c2160f (diff)
downloadpoky-3fcd96ea1c4548e5299105fa9cb7393a1c6d7eaa.tar.gz
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'. (From OE-Core rev: ca69d793e4b987bd5202e1359ff82c515ad65a5a) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb')
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
index e861688024..ffa8388777 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
@@ -125,6 +125,7 @@ RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\
125 " 125 "
126 126
127RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\ 127RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\
128 bzip2 \
128 cracklib \ 129 cracklib \
129 gzip \ 130 gzip \
130 shadow \ 131 shadow \