aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 20:35:37 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-19 16:18:09 +0100
commit3280eaad18df8b6b917d772a5e1d9b789454cbd2 (patch)
treef62b46c36cd25f5c7b1a20342e513d9d31b3965e /doc
parent8699af63b8a5ea36c415b97079651ca02a0aafa5 (diff)
downloadu-boot-3280eaad18df8b6b917d772a5e1d9b789454cbd2.zip
u-boot-3280eaad18df8b6b917d772a5e1d9b789454cbd2.tar.gz
u-boot-3280eaad18df8b6b917d772a5e1d9b789454cbd2.tar.bz2
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 0e0d87a..b883cf7 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
-------------