doc: fix description of build dependencies for Alpine Linux

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt 2022-01-15 20:35:37 +01:00
parent 8699af63b8
commit 3280eaad18

2
doc/build/gcc.rst vendored
View file

@ -59,7 +59,7 @@ For building U-Boot on Alpine Linux at least the following packages are needed:
.. code-block:: bash
apk add alpine-sdk bc bison dtc flex linux-headers ncurses-dev \
openssl-dev python3 py3-setuptools python3-dev sdl2
openssl-dev perl python3 py3-setuptools python3-dev sdl2-dev
Prerequisites
-------------