Skip to content

Commit

Permalink
yocto: slides: remove "the the" unwanted repetitions
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Dautheribes <[email protected]>
  • Loading branch information
jeremie-dautheribes committed Aug 27, 2024
1 parent d1d0504 commit d7c3c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slides/yocto-recipe-basics/yocto-recipe-basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ \subsection{Recipes: overview}
\item \yoctovar{BPN}: recipe name, extracted from the recipe file name
\item \yoctovar{PN}: \yoctovar{BPN} potentially with prefixes or suffixes added
such as \code{nativesdk-}, or \code{-native}
\item \yoctovar{PV}: package version, extracted from the the recipe file name
\item \yoctovar{PV}: package version, extracted from the recipe file name
\item \yoctovar{BP}: defined as \code{${BPN}-${PV}}
\end{itemize}
\item The recipe name and version usually match the upstream ones.
Expand Down
2 changes: 1 addition & 1 deletion slides/yocto-recipe-extra/yocto-recipe-extra.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ \subsection{The per-recipe sysroot}

\begin{frame}{Sysroot}
\begin{itemize}
\item The {\em sysroot} is the the logical root directory for headers
\item The {\em sysroot} is the logical root directory for headers
and libraries
\item Where {\em gcc} looks for headers, and {\em ld} looks for
libraries
Expand Down

0 comments on commit d7c3c3e

Please sign in to comment.