diff options
author | Heinrich Schuchardt | 2022-01-15 20:35:37 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2022-01-19 16:18:09 +0100 |
commit | 3280eaad18df8b6b917d772a5e1d9b789454cbd2 (patch) | |
tree | f62b46c36cd25f5c7b1a20342e513d9d31b3965e /doc | |
parent | 8699af63b8a5ea36c415b97079651ca02a0aafa5 (diff) |
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index 0e0d87a022d..b883cf73eeb 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 ------------- |