1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-13 03:19:47 +03:00

envkernel.sh: Add yaml-dev and g++ dependency. (MR 2039)

This commit is contained in:
MightyM17 2021-03-22 00:29:06 +05:30 committed by Alexey Min
parent 2406597f3c
commit c3526f3271
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED

View file

@ -153,6 +153,7 @@ initialize_chroot() {
elfutils-dev \ elfutils-dev \
findutils \ findutils \
flex \ flex \
g++ \
"$gcc_pkgname" \ "$gcc_pkgname" \
gmp-dev \ gmp-dev \
linux-headers \ linux-headers \
@ -164,6 +165,7 @@ initialize_chroot() {
ncurses-dev \ ncurses-dev \
perl \ perl \
sed \ sed \
yaml-dev \
xz || return 1 xz || return 1
# Create /mnt/linux # Create /mnt/linux