[FE training-materials-updates] yocto: slides: fix package name in example

Antoine Ténart antoine.tenart at free-electrons.com
Thu Mar 24 16:41:59 CET 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=828cdd3e1300dcf51b34bdf2d8a742a5a5d38b42

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

commit 828cdd3e1300dcf51b34bdf2d8a742a5a5d38b42
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Thu Mar 24 10:30:19 2016 +0100

    yocto: slides: fix package name in example
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

828cdd3e1300dcf51b34bdf2d8a742a5a5d38b42
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index 8068cf1..6c48809 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -189,10 +189,10 @@
         dependencies. Must be package specific (e.g. with
         \code{_${PN}}).
     \end{description}
-    \item \code{DEPENDS = "package_b"}: the local \code{do_configure}
+    \item \code{DEPENDS = "package-b"}: the local \code{do_configure}
       task depends on the \code{do_populate_sysroot} task of package
       b.
-    \item \code{RDEPENDS_${PN} = "package_b"}: the local
+    \item \code{RDEPENDS_${PN} = "package-b"}: the local
       \code{do_build} task depends on the
       \code{do_package_write_<archive-format>} task of package b.
   \end{itemize}




More information about the training-materials-updates mailing list