Skip to content

Commit 2282eab

Browse files
sskartheekadivijeevantelukula
authored andcommitted
fix: U-Boot General Info: Update host dependency list
libgnutls28-dev provides gnutls/gnutls.h header which is required to build u-boot. Without this package, the u-boot build fails. Signed-off-by: Sai Sree Kartheek Adivi <[email protected]>
1 parent 418012f commit 2282eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/linux/Foundational_Components/U-Boot/UG-General-Info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ General Information
1212
1313
sudo apt install git xz-utils build-essential autoconf flex bison libssl-dev bc libncurses-dev \
1414
python3 python3-setuptools python3-dev python3-yaml python3-jsonschema python3-pyelftools \
15-
swig yamllint
15+
swig yamllint libgnutls28-dev
1616
1717
.. note::
1818

0 commit comments

Comments
 (0)