summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 22:35:37 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-19 18:18:09 +0300
commit3280eaad18df8b6b917d772a5e1d9b789454cbd2 (patch)
treef62b46c36cd25f5c7b1a20342e513d9d31b3965e /doc
parent8699af63b8a5ea36c415b97079651ca02a0aafa5 (diff)
downloadu-boot-3280eaad18df8b6b917d772a5e1d9b789454cbd2.tar.xz
doc: fix description of build dependencies for Alpine Linux
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/build/gcc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 0e0d87a022..b883cf73ee 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -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
-------------