[bootlin/training-materials updates] master: yocto: slides: fix incorrect RDEPENDS example (af32bcbc)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Apr 20 18:07:49 CEST 2023


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

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

commit af32bcbcfb119c7811b1fb088dce4af6eca6deb2
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Apr 20 18:06:50 2023 +0200

    yocto: slides: fix incorrect RDEPENDS example
    
    The dependency is based on recipe tasks. The package name makes no sense
    here.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

af32bcbcfb119c7811b1fb088dce4af6eca6deb2
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index b0d6f2bf..33c44a8c 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -491,7 +491,7 @@ ncurses
       \code{RDEPENDS:${PN}-ftpd += "xinetd"}\\
       creates a dependency
       \begin{itemize}
-      \item Of \code{inetutils-ftpd.do_build}
+      \item Of \code{inetutils.do_build}
       \item On \code{xinetd.do_package_write_rpm}
       \end{itemize}
     \item And adds in the inetutils-ftpd RPM package a dependency on




More information about the training-materials-updates mailing list