[bootlin/training-materials updates] master: slides/buildroot-new-packages: update libyaml example (84b68b8e)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 15 08:18:48 CEST 2020


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

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

commit 84b68b8e3a6cce97988fc17f23d5a81f3c38a916
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Apr 15 08:18:48 2020 +0200

    slides/buildroot-new-packages: update libyaml example
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

84b68b8e3a6cce97988fc17f23d5a81f3c38a916
 slides/buildroot-new-packages/buildroot-new-packages.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/buildroot-new-packages/buildroot-new-packages.tex b/slides/buildroot-new-packages/buildroot-new-packages.tex
index ce6ce7dd..61145f36 100644
--- a/slides/buildroot-new-packages/buildroot-new-packages.tex
+++ b/slides/buildroot-new-packages/buildroot-new-packages.tex
@@ -1040,7 +1040,7 @@ $(eval $(generic-package))
 \begin{frame}[fragile]{Canonical \code{autotools-package} example}
   \begin{block}{libyaml.mk}
     \begin{minted}[fontsize=\scriptsize]{make}
-LIBYAML_VERSION = 0.1.6
+LIBYAML_VERSION = 0.2.2
 LIBYAML_SOURCE = yaml-$(LIBYAML_VERSION).tar.gz
 LIBYAML_SITE = http://pyyaml.org/download/libyaml
 LIBYAML_INSTALL_STAGING = YES
@@ -1048,6 +1048,7 @@ LIBYAML_LICENSE = MIT
 LIBYAML_LICENSE_FILES = LICENSE
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
     \end{minted}
   \end{block}
 \end{frame}




More information about the training-materials-updates mailing list