Skip to content

Commit e5faf2d

Browse files
fix(makefile): Update packages for building the makefile targets
Add libgnutls28-dev package to be installed before running makefile targets Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent e50e30b commit e5faf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/linux/Overview/Top_Level_Makefile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ makefile targets.
112112

113113
.. code-block:: console
114114
115-
host# sudo apt-get install build-essential autoconf automake bison flex libmpc-dev libmpcdec6 libmpc3 libmpcdec-dev libssl-dev bc u-boot-tools swig python3 python3-pip
115+
host# sudo apt-get install build-essential autoconf automake bison flex libgnutls28-dev libmpc-dev libmpcdec6 libmpc3 libmpcdec-dev libssl-dev bc u-boot-tools swig python3 python3-pip
116116
117117
Following pip packages are also needed for jailhouse & binman in u-boot targets
118118

0 commit comments

Comments
 (0)