From: Heinrich Schuchardt Date: Sat, 15 Jan 2022 19:35:37 +0000 (+0100) Subject: doc: fix description of build dependencies for Alpine Linux X-Git-Tag: v2022.04-rc1~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3280eaad18df8b6b917d772a5e1d9b789454cbd2;p=pandora-u-boot.git doc: fix description of build dependencies for Alpine Linux Signed-off-by: Heinrich Schuchardt --- 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 -------------