[bootlin/training-materials updates] master: yocto-recipe-basics: fix new syntax and update dependency (e460be14)

Alexandre Belloni alexandre.belloni at bootlin.com
Thu Jul 28 15:57:23 CEST 2022


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

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

commit e460be1481761521db41446e3c6b5b23b7df494f
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Thu Jul 28 15:57:23 2022 +0200

    yocto-recipe-basics: fix new syntax and update dependency
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

e460be1481761521db41446e3c6b5b23b7df494f
 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 bd8a4de2..f9258aa3 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -247,9 +247,9 @@ LIC_FILES_CHKSUM =  \
       \item[DEPENDS] List of the recipe build-time dependencies.
       \item[RDEPENDS] List of the package runtime
         dependencies. Must be package specific (e.g. with
-        \code{_${PN}}).
+        \code{:${PN}}).
     \end{description}
-    \item \code{DEPENDS = "recipe-b"}: the local \code{do_configure}
+    \item \code{DEPENDS = "recipe-b"}: the local \code{do_prepare_recipe_sysroot}
       task depends on the \code{do_populate_sysroot} task of recipe-b.
     \item \code{RDEPENDS:${PN} = "recipe-b"}: the local
       \code{do_build} task depends on the




More information about the training-materials-updates mailing list