forked from Mirror/pmbootstrap
envkernel.sh: Add yaml-dev and g++ dependency. (MR 2039)
This commit is contained in:
parent
2406597f3c
commit
c3526f3271
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue