From 5f28ee54121e6e12f3eac26c5c21fd7737863163 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 30 Aug 2024 17:59:40 +0800 Subject: [PATCH] update build shell script to support fakeroot --- tools/setup_tools.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh index 68620fb..f8d8791 100755 --- a/tools/setup_tools.sh +++ b/tools/setup_tools.sh @@ -99,7 +99,7 @@ systools="coreutils jq wget curl tree gawk sed unzip cpio bc lzop zstd rsync kmod kpartx \ desktop-file-utils iputils-ping xterm diffstat chrpath asciidoc docbook-utils help2man \ build-essential gcc g++ make cmake automake groff socat flex texinfo bison texi2html \ - git cvs subversion mercurial autoconf autoconf-archive parted dosfstools \ + git cvs subversion mercurial autoconf autoconf-archive parted dosfstools fakeroot \ python3 python3-pip python3-pexpect python3-git python3-jinja2 \ lib32z1 libssl-dev libncurses-dev libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev \ u-boot-tools mtd-utils device-tree-compiler binfmt-support " -- Gitblit v1.9.1