From e0228974f7f0cdf563613747fbeed21a01fc454e Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Thu, 28 Nov 2024 16:03:05 +0100 Subject: [PATCH] slides: yocto-recipe-extra: fix is -> if typo Signed-off-by: Antonin Godard --- 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 55f18d57e5..55cb612815 100644 --- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex +++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex @@ -23,7 +23,7 @@ \subsection{The per-recipe sysroot} \begin{itemize} \item Fails if mandatory dependencies are not found \item Fails if explicitly requested optional dependencies are not found - \item Enables more features is automatic dependencies are found + \item Enables more features if automatic dependencies are found \end{itemize} \item Problem with automatic dependencies: result can depend on build order. Example: \begin{itemize}