diff options
-rw-r--r-- | INSTALL/tasks.d/30_yocto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/30_yocto b/INSTALL/tasks.d/30_yocto index dee5308..bda9332 100644 --- a/INSTALL/tasks.d/30_yocto +++ b/INSTALL/tasks.d/30_yocto @@ -6,7 +6,7 @@ apt-get install -y gawk diffstat texinfo gcc-multilib \ build-essential chrpath socat # some packages are not mentioned or not pulled... -apt-get install -y libsdl1.2-dev cpio libzip2 lsb-release python3 +apt-get install -y libsdl1.2-dev cpio lsb-release python3 # for documentation #apt-get install -y xsltproc docbook-utils fop dblatex xmlto |