doc: fix description of build dependencies for Alpine Linux
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Jan 2022 19:35:37 +0000 (20:35 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 19 Jan 2022 15:18:09 +0000 (16:18 +0100)
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/build/gcc.rst

index 0e0d87a..b883cf7 100644 (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
 -------------