[FE training-materials-updates] slides/buildroot-new-packages: fix typo

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jun 4 16:43:48 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=8ccb05167aedf0919545c971fbd3b2ea54e42d26

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

commit 8ccb05167aedf0919545c971fbd3b2ea54e42d26
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Jun 3 21:03:40 2015 +0200

    slides/buildroot-new-packages: fix typo
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

8ccb05167aedf0919545c971fbd3b2ea54e42d26
 slides/buildroot-new-packages/buildroot-new-packages.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/buildroot-new-packages/buildroot-new-packages.tex b/slides/buildroot-new-packages/buildroot-new-packages.tex
index 8295747..fb68588 100644
--- a/slides/buildroot-new-packages/buildroot-new-packages.tex
+++ b/slides/buildroot-new-packages/buildroot-new-packages.tex
@@ -1110,7 +1110,7 @@ $(eval $(python-package))
   \item For a given package in \code{package/baz/baz.mk},
     \code{<foo>-package} will create a package named \code{baz} and
     \code{host-<foo>-package} will create a package named
-    \code{host-<foo>}.
+    \code{host-baz}.
   \item \code{<foo>-package} will use the variables prefixed with
     \code{BAZ_}
   \item \code{host-<foo>-package} will use the variables prefixed with



More information about the training-materials-updates mailing list