Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-scripts/oe/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sed -i '/^start)$/a mkdir -p /dev/shm/network/' /etc/init.d/networking
PKGS=""
PKGS="$PKGS openssh-server openssl"
PKGS="$PKGS sed wget cvs subversion git-core coreutils unzip texi2html texinfo docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath cpio screen bash-completion python3 iputils-ping" # OE main deps
PKGS="$PKGS guilt iasl quilt bin86 bcc libsdl1.2-dev liburi-perl genisoimage policycoreutils unzip vim sudo rpm curl libncurses5-dev libc6-dev-i386 libelf-dev" # OpenXT-specific deps
PKGS="$PKGS guilt iasl quilt bin86 bcc libsdl1.2-dev liburi-perl genisoimage policycoreutils unzip vim sudo rpm curl libncurses5-dev libncursesw5 libc6-dev-i386 libelf-dev" # OpenXT-specific deps
PKGS="$PKGS xorriso mtools dosfstools" # installer & efiboot.img

apt-get update
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ EOF

# Create a container for the main part of the OpenXT build
[ -z $NO_OE ] && setup_container "01" "oe" \
"debian" "${DEBIAN_MIRROR}" "--arch amd64 --release jessie"
"debian" "${DEBIAN_MIRROR}" "--arch amd64 --release buster"

# Create a container for the Debian tool packages for OpenXT
[ -z $NO_DEBIAN ] && setup_container "02" "debian" \
Expand Down