summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorAlberto Planas <aplanas@suse.com>2023-08-18 11:30:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 08:43:03 +0100
commitb6469ed7d6fbc9950f1719987102a432febc1cee (patch)
treeaf9934d7aabbd7b980d71b12f5c249e3e0ff26ee /meta/conf/bitbake.conf
parentcfa0ad68223beba57f2501083e64657131bd4db1 (diff)
downloadpoky-b6469ed7d6fbc9950f1719987102a432febc1cee.tar.gz
bitbake.conf: add bunzip2 in HOSTTOOLS
rpm2cpio.sh can make calls to bunzip2 to uncompress the RPM payload that conform the cpio file. bzip2 is already part of HOSTTOOLS, as a link to the system installed bzip2. This patch add bunzip2 in HOSTOOLS list as a non-optional binary, so is available to rpm2cpio.sh when it is required. The currect rpm2cpio.sh has other calls to gunzip (present in HOSTOOLS), xzcat (missing), unlzma (missing) and unzstd (present in HOSTTOOLS since bff58d337890e804d33d7decbaa46065a4d3bba4) Adding the missing ones will not add any new host dependency as xz-utils is already listed as a requirement. (From OE-Core rev: fd376a11ed8d1b79633c2572ec0b4341d3ca2f1c) Signed-off-by: Alberto Planas <aplanas@suse.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index cf7ff3328c..0bcc8215c5 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -516,7 +516,7 @@ HOSTTOOLS_DIR = "${TMPDIR}/hosttools"
516 516
517# Tools needed to run builds with OE-Core 517# Tools needed to run builds with OE-Core
518HOSTTOOLS += " \ 518HOSTTOOLS += " \
519 [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ 519 [ ar as awk basename bash bunzip2 bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \
520 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ 520 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
521 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ 521 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
522 head hostname iconv id install ld ldd ln ls lz4c make md5sum mkdir mkfifo mknod \ 522 head hostname iconv id install ld ldd ln ls lz4c make md5sum mkdir mkfifo mknod \