diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-06-06 16:09:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-06 22:22:43 +0100 |
commit | f98ab9c342a5b893611a877133bc05ec143519a0 (patch) | |
tree | 5ea89022c293a4b5dccb8d53e3c021b651bf28f0 /documentation/tools/host_packages_scripts/opensuse_essential.sh | |
parent | 4549ff19aaaab09060b4ed4c4aab062fc2213598 (diff) | |
download | poky-master.tar.gz |
Since commit b13654a4fc2f ("bitbake.conf: Drop lz4 from HOSTTOOLS") in
OE-Core, lz4 isn't an expected host dependency anymore so let's drop it
from the list of required packages.
(From yocto-docs rev: 040556cc9bc998970eb6152f8748d359b15b4bf9)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/tools/host_packages_scripts/opensuse_essential.sh')
-rw-r--r-- | documentation/tools/host_packages_scripts/opensuse_essential.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/tools/host_packages_scripts/opensuse_essential.sh b/documentation/tools/host_packages_scripts/opensuse_essential.sh index a784f4a5dc..0d37e9bd5a 100644 --- a/documentation/tools/host_packages_scripts/opensuse_essential.sh +++ b/documentation/tools/host_packages_scripts/opensuse_essential.sh | |||
@@ -1,2 +1,2 @@ | |||
1 | sudo zypper install bzip2 chrpath diffstat gcc gcc-c++ git gzip hostname libacl1 lz4 make makeinfo patch python python-curses python-xml python3 python3-Jinja2 python3-curses python3-pexpect python3-pip rpcgen socat tar wget which xz zstd | 1 | sudo zypper install bzip2 chrpath diffstat gcc gcc-c++ git gzip hostname libacl1 make makeinfo patch python python-curses python-xml python3 python3-Jinja2 python3-curses python3-pexpect python3-pip rpcgen socat tar wget which xz zstd |
2 | sudo pip3 install GitPython | 2 | sudo pip3 install GitPython |