[bootlin/training-materials updates] master: slides/buildroot-advanced-packages: typo: BUILDS_CMDS -> BUILD_CMDS (5989b45a)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 15 07:50:59 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/5989b45a092ccd9cda5569758de7e8cbf6c3adf3

>---------------------------------------------------------------

commit 5989b45a092ccd9cda5569758de7e8cbf6c3adf3
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Apr 15 07:50:59 2020 +0200

    slides/buildroot-advanced-packages: typo: BUILDS_CMDS -> BUILD_CMDS
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

5989b45a092ccd9cda5569758de7e8cbf6c3adf3
 slides/buildroot-advanced-packages/buildroot-advanced-packages.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
index ccec0213..ef93136a 100644
--- a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -632,7 +632,7 @@ endif
     step {\bf if not already defined by a package}.
 
   \item So defining \code{<pkg>_EXTRACT_CMDS} or
-    \code{<pkg>_BUILDS_CMDS} in your package \code{.mk} file will
+    \code{<pkg>_BUILD_CMDS} in your package \code{.mk} file will
     override the package infrastructure implementation (if any).
 
   \end{itemize}




More information about the training-materials-updates mailing list